Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-61728 (GCVE-0-2025-61728)
Vulnerability from cvelistv5 – Published: 2026-01-28 19:30 – Updated: 2026-01-29 18:30- CWE-407 - Inefficient Algorithmic Complexity
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | archive/zip |
Affected:
0 , < 1.24.12
(semver)
Affected: 1.25.0 , < 1.25.6 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-01-28T20:08:22.055Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/01/15/4"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-61728",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-29T18:29:58.068724Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-29T18:30:24.487Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "archive/zip",
"product": "archive/zip",
"programRoutines": [
{
"name": "Reader.initFileList"
},
{
"name": "Reader.Open"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.6",
"status": "affected",
"version": "1.25.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Jakub Ciolek"
}
],
"descriptions": [
{
"lang": "en",
"value": "archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-407: Inefficient Algorithmic Complexity",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-28T19:30:31.354Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/736713"
},
{
"url": "https://go.dev/issue/77102"
},
{
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"title": "Excessive CPU consumption when building archive index in archive/zip"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-61728",
"datePublished": "2026-01-28T19:30:31.354Z",
"dateReserved": "2025-09-30T15:05:03.605Z",
"dateUpdated": "2026-01-29T18:30:24.487Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-61728",
"date": "2026-06-27",
"epss": "0.00643",
"percentile": "0.4621"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-61728\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-01-28T20:16:09.830\",\"lastModified\":\"2026-06-17T09:50:48.360\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.\"},{\"lang\":\"es\",\"value\":\"archive/zip usa un algoritmo de indexaci\u00f3n de nombres de archivo superlineal que se invoca la primera vez que se abre un archivo en un archivo comprimido. Esto puede provocar una denegaci\u00f3n de servicio al consumir un archivo ZIP construido maliciosamente.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"archive/zip\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"archive/zip\",\"programRoutines\":[{\"name\":\"Reader.initFileList\"},{\"name\":\"Reader.Open\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.24.12\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.25.0\",\"lessThan\":\"1.25.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-29T18:29:58.068724Z\",\"id\":\"CVE-2025-61728\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.12\",\"matchCriteriaId\":\"21FD9368-8AB3-404B-8599-BBF64EFE3C7B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.6\",\"matchCriteriaId\":\"A547E844-78D2-4B17-B7A9-73E7B503D2CE\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/736713\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/77102\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc\",\"source\":\"security@golang.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4342\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/01/15/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/01/15/4\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-01-28T20:08:22.055Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-61728\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-29T18:29:58.068724Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-29T18:30:20.575Z\"}}], \"cna\": {\"title\": \"Excessive CPU consumption when building archive index in archive/zip\", \"credits\": [{\"lang\": \"en\", \"value\": \"Jakub Ciolek\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"archive/zip\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.12\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0\", \"lessThan\": \"1.25.6\", \"versionType\": \"semver\"}], \"packageName\": \"archive/zip\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Reader.initFileList\"}, {\"name\": \"Reader.Open\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/736713\"}, {\"url\": \"https://go.dev/issue/77102\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4342\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-407: Inefficient Algorithmic Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-01-28T19:30:31.354Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-61728\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-29T18:30:24.487Z\", \"dateReserved\": \"2025-09-30T15:05:03.605Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-01-28T19:30:31.354Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:6251
Vulnerability from csaf_redhat - Published: 2026-03-31 07:30 - Updated: 2026-06-28 08:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x | — |
Workaround
|
{
"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": "A new version of OpenShift API for Data Protection (OADP) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore\napplication resources, persistent volume data, and internal container\nimages to external backup storage. OADP enables both file system-based and\nsnapshot-based backups for persistent volumes.",
"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:6251",
"url": "https://access.redhat.com/errata/RHSA-2026:6251"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6251.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift API for Data Protection",
"tracking": {
"current_release_date": "2026-06-28T08:42:00+00:00",
"generator": {
"date": "2026-06-28T08:42:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6251",
"initial_release_date": "2026-03-31T07:30:54+00:00",
"revision_history": [
{
"date": "2026-03-31T07:30:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T07:31:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift API for Data Protection 1.4",
"product": {
"name": "OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772130870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773932894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"product_id": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256%3A7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773934324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Aff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Ab1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773851998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Aa19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131148"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Abd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772130870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Ad0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773932894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3Ac92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Aad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773851998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Ac94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Acb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131148"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Ac175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772130870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Aab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773932894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Aa7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Ab8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773851998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Ac46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Ae0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131148"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Ad24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772130870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773932894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3A8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773851998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1773858935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1772131148"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T07:30:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6251"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T07:30:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6251"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:713a90e0460a0739f6a173413b7b4a4f007b9dc385a13d473eb90f42fc8488dc_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:bd99a8ccfab255d8ec307f42d4d4f46c6a0422cd6bfb98bb69e80ad47f7aa66e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:c175aaa7d6090900667715414322689f61b1c2d8d6210390adef9f37513467ed_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:d24718a7e522d1307a42b93b13c3f9c6f4e9755af9f47569373e541bbe0c47d4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:23a27c4df14f18ee490a8d3cff7e0f15fe8dba28888ec53999dfa1c2d8df8a17_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4c69045f91a2852e87d6ae7e8c48dca5c0ac8be67cdb2f9c129d57e11a8422b4_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9949e4981559a98a6b3891ef9c2b96eb0719d787eed3ace91a48b3263c0a84ff_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d0f7ec01f2f2ed714089b5f2be04d72bea0ca4ee5d361e679604e7cd0740e298_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:7bba26e14098763c7d2989489357246b8ba280ac88d84f9ddc688541b852a527_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:172a3b54f5dd6281eba7ed472f5ae3b7f15587afc8b4dbd9153693a6334bc996_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:63ee2618929f0be44bfd76e1f4ed406fcd1012c2e09ca461fa94c1188f1f13ba_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:9ab58d8f27c06affbe9081699babb8dcefa0d70fc2b0c0a7de8138acfaf83407_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:ab31f7840924706ad94dd39362b2a45ec1410ba6d394519298954c511aae35e9_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:24af970befaecfcf1082f6f1c1a14d043db87c391cdb45cb4d81d63c05391f4f_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:66a95b0f76a04d62657b48241eb9f48c0b8e80b345db6189b7a5eb4ac8fb614b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:9b0c1ba1c44c05d378ba9298438c45cb9f9a40823beb10bbd658f54dcc10b728_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:ff6f3b3851e05dc1b6dfbf0daa6ccb7973b2baf7578c619af146d480da17074d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:2c93ea18feae62cf85a75c40782e79dd471bd1d814f919c62242c7e2d660b4c6_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:68b647ea6661c94de7ba2b42be7da4e5838000634037c2f624b6767b3eee506b_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:742dbbf5fb7f29c83b5b5aba4c60bb635cfb1e751232af35866ff8f4ff28301b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:c92212fdcaeb3a88d67026d3b564960b0fae2e23a72f28ed6466307f7aa43c75_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:8c095de3d93c13b4977624aad7f81bcd482109be69d0b58bef25ebd24d87b526_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:ad29bcd79d0adfc9ca0139b8c784166ecb2e680871fd321c55fd4eb4292c446d_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b1a147efb5adbd1f85a5e71ec9cfefb8996c8ad88ce181399a4fc49a43d146fd_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b8462006b53ba7db08e55cfc1e57b5a1fef4e407fbca3fcdd6fe25b9bb2b05c0_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:81780e7ae1aa0583ca1da814cc2ccf7312b6957fb141095896982de4df7930e7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a19c3cfecd1120e366c3aeff5157c1fa1487b4f97bc8a44513dc87e5193874af_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c46a5ca1980e56e18b670875e6598494539a7fef88fe5e7316e7e4c1f9c5b05b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:c94eca74f3f6006a29717a7126da98bf44e5ecabfd2136c150036e6518a142c5_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:0c33be54cc7f4edb28f4014e8c1a10e2ebdcbff4d0b7db45c20339fd2d4f6a44_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:5645ed983ced9b12f35e53b02dc7560e164949190d1bfce8df31b2d3ade3a0ab_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6c0ccbe623e43245e786e2a8fa45733303f8c67c60c90880c3fc3d27ae1844c1_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:a7e07183e46e7e29015b7668dfe9c72cb5f71114360e6912b976b0416e04e73e_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:348e808f4365f76af9468136fb05d876a91fb3341ea87ac4478ef3b19f820a59_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:477d02d85795cad2485b210ccd71f574b0c783788776b5a07d611561c6792b3e_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cb2227ac93c24e5622b56ebfa6244a06ee2b90e846ca8577be54f63d6402771e_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:e0dc5d9a53be8ecf4a30c7b2b2b39885d8978cfec3e388010298bbf44a7ef4ec_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:52133fed69e4ef1f2e7556ba12c2ffb947be80888ecf3af70431a87714d89e42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:575263c5c4228fc54ca4dd33605588b37e6ffdd08af5344d19feaa421701e267_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:6b0bda0e62ccbd2dde040415c554c79a759e5d810de552398dce61993f02c682_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:76637e40d056ab31d692a79fec4a1aed455e2335ab4c67dc3b43dbbdd7df9a01_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
}
]
}
RHSA-2026:6428
Vulnerability from csaf_redhat - Published: 2026-04-02 07:50 - Updated: 2026-06-28 08:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Workaround
|
A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 | — |
Workaround
|
{
"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": "Network Observability 1.11 for Red Hat OpenShift.",
"title": "Topic"
},
{
"category": "general",
"text": "Network flows collector and monitoring solution.",
"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:6428",
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26960",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6428.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.11.1 for OpenShift",
"tracking": {
"current_release_date": "2026-06-28T08:42:01+00:00",
"generator": {
"date": "2026-06-28T08:42:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6428",
"initial_release_date": "2026-04-02T07:50:38+00:00",
"revision_history": [
{
"date": "2026-04-02T07:50:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T07:50:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Network Observability (NETOBSERV) 1.11.2",
"product": {
"name": "Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.11::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability (NETOBSERV)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256%3A325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774962696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Adc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Ab0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Ab5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3Aa72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Aa90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Adc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-26960",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-20T02:01:07.883769+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441253"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat environments, this condition introduces a significant constraint, as exploitation requires user interaction and reliance on unsafe handling of externally supplied archives. The attack is not remotely exploitable in isolation and depends on a user or service processing attacker-controlled input.\n\nFurthermore, the impact of the vulnerability is limited to the privileges of the extracting process. In typical Red Hat deployments, archive extraction is performed by non-privileged users or within confined environments such as containers or restricted service contexts, which limits the scope of potential damage.\n\nRed Hat analysis also notes that this issue does not provide a direct mechanism for code execution or privilege escalation, but rather enables file system manipulation within the boundaries of the executing user\u2019s permissions.\n\nGiven the requirement for user-assisted exploitation, the absence of a direct remote attack vector, and the confinement of impact to the privileges of the extracting process, Red Hat considers the practical risk to be lower than the generalized NVD assessment. As a result, this vulnerability is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "RHBZ#2441253",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441253"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384",
"url": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f",
"url": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx"
}
],
"release_date": "2026-02-20T01:07:52.979000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:6429
Vulnerability from csaf_redhat - Published: 2026-04-02 07:56 - Updated: 2026-06-28 08:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64 | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64 | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le | — | ||
| Unresolved product id: Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x | — |
{
"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": "Multicluster Global Hub v1.4.5 general availability release images, which provide security fixes, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. \nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub is a set of components that enable you to import one or more hub clusters and manage them from a single hub cluster.",
"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:6429",
"url": "https://access.redhat.com/errata/RHSA-2026:6429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"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_6429.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Global Hub 1.4.5 security update",
"tracking": {
"current_release_date": "2026-06-28T08:42:02+00:00",
"generator": {
"date": "2026-06-28T08:42:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6429",
"initial_release_date": "2026-04-02T07:56:10+00:00",
"revision_history": [
{
"date": "2026-04-02T07:56:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T07:56:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Multicluster Global Hub 1.4.5",
"product": {
"name": "Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "Multicluster Global Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3Ab28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774855916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Ac868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256%3Af17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774857710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774222322"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774855916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Ab556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3Aa7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774222322"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774855916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Ac161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3Aa59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774222322"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774855916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3Ae8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Ad48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774269709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774222322"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64 as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x as a component of Multicluster Global Hub 1.4.5",
"product_id": "Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.4.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
],
"known_not_affected": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:56:10+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6429"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
],
"known_not_affected": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:56:10+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6429"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64"
],
"known_not_affected": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:56:10+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6429"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4ab255278b5c6ef9607af25b3a6f776086bf45d5f4ede9352dba16b183364f98_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:66b3bba821853b05e0d008128eaa10514af931e2775feb9de1153648caa80138_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:6bb66c9f0d0503c29dc21d989fbe1655ba92ebafaff4d8244345662b60f01314_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e8d317db06d6f86d5ff7b471bf489f2c091a49bbaa0c40e4304bd46f5453c416_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:118b1258d734735c4fabc4b0373fdae299330f698d1c9208ed61c2399088a06e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3d12894c19c09ba199fa43054e3967279a06c016cd68aa3cdebb311721394624_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:6ecafab4539a7be4e1abea3b9e73f3891bb599843863c38c9e1ffa3f94ce431c_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b28479ea71598d7af85d48fc8d4f0b1e464422960dab4cc895dbb1203dc51e80_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:b556e3b1280615884585d4c4696fa31ab005727d4b407ed9313ef60bbc2b3259_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c161fb2f7c13b6dd929314a5262487b18f2127c6cc39557792d898d801e79e2b_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c868afcea9a84324d6959585e9b2ae8934cb85a2b69bfd134b7dc62a30397108_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d48a364e7139fde4f12c276bccea711acf21d528477d5f66ac27df67e8e344d7_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f17b0afad73627093202e8048bea29a733eefffa025d3032e8582754a088f53a_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:5ab024cbcac961d3f46f22439fc9b5509e86d6cdc0792fb7f986c05aea0db834_s390x",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:8760d46f5142d011197daf8ee8de53c1bddbeccc46d6f7ff5a20f4765c954f87_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:964101f4a0d4ed62e36676162fc1513cb5b56d70b25f470fdbe7bccd7429102c_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:a7c2af2c9b205e6ab21fedc0376cb4b1aac9d40d03d1fd6bef96e33c6ebfe61b_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:00c227f2c4cd807b13964f01c6fa23b21a4f88acc160232dcf5f5605c55e0694_amd64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:0a2f83af7e91a229b2eb5f55dd62d65c26b49a32228b87a6d108cd1b6482399e_arm64",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:5696e6b7159aa93055e82ba26a88e572ab73e2f8c7b125a0f004da0f675e8c7f_ppc64le",
"Multicluster Global Hub 1.4.5:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:a59000724ff4ed57894a53dbe52dfde149e69816d9a3569a60ab5fbbfb57a6cb_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:6497
Vulnerability from csaf_redhat - Published: 2026-04-02 15:17 - Updated: 2026-06-28 08:42A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"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:6497",
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"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_6497.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-06-28T08:42:02+00:00",
"generator": {
"date": "2026-06-28T08:42:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6497",
"initial_release_date": "2026-04-02T15:17:12+00:00",
"revision_history": [
{
"date": "2026-04-02T15:17:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T15:17:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Aa48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Aaf9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774539928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ad8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Ab5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Ab97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Ade5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:6554
Vulnerability from csaf_redhat - Published: 2026-04-09 07:52 - Updated: 2026-06-28 08:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.18.37 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.37. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:6552\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/",
"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:6554",
"url": "https://access.redhat.com/errata/RHSA-2026:6554"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_6554.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.37 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-28T08:42:04+00:00",
"generator": {
"date": "2026-06-28T08:42:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6554",
"initial_release_date": "2026-04-09T07:52:48+00:00",
"revision_history": [
{
"date": "2026-04-09T07:52:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-09T07:54:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:04+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:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Adc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774914040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ad1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Abf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aa770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ad415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ad50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Acc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aa5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ac9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Aeb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ae5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774961216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ac4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Acc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ada1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ae8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aa686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Acfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774265268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775034928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774585257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ae734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775029315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Afb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ad72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Acfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Abccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Acd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Af38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Abc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Abf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Afca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Abe096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774589743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Acfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ae5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aaefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ae884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Acc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ad4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Af661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Adc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ab245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adb82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Add0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aa465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Afc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Afd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ae6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ae32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Adf17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ab3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774631216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ae000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ace5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774972857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Abcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Acca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ace7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ac3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ada42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774609030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ac1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ab5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Aa8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Af494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Aa28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ace2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aadb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ace40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ac5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ad03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ab50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ad9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aa9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aa9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ad7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578444"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Afb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774914040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ada4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Abef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Abfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Abc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Afc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ac64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ad85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ac343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774961216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Acbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Abd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774265268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Afa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aa7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775034928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774585257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ac1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Abd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775029315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ac69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Adcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Abf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ad55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aa17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Adaefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Af655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Ad54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Aada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ad5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ab9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ac14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ac672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774589743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ac4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Adeccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ad514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aacc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Adb1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Adc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aa170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aeabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ab6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ab1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aaa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Abaac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ae91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Abab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774972857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Adad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Af25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774579749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ace84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774609030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Aa4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Afde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aedd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Af6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ad718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ad107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602652"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774914040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ab69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aa49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aeeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Abd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aaeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Af8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ab33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ae556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774961216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Adaa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ac42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Afeea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ab60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Adcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774265268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ae136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ae6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775034928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774585257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aaf1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ae600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775029315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Af1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aa1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Adeb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ab8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Afbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774589743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Afa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Afddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ab88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aaf004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Afcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ade452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ae8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Af2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Afb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774631216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aa6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aaa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774972857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Aacc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ad576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ac1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ac82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774609030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Abf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Af280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Aedc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ab9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Af483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aa81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Af106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ae5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602652"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774914040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ac5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ab75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Acfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Adcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ae7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ae21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ad733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Afce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774961216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Abad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ab7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Af3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aa0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774265268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ab039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775034928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774585257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Afa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775029315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ae54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Af27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ac5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ade816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774589743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aaf7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Af0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aa8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774586695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Acb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ab89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ae7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aaec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Affe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Acb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774578369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ae51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ab3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774577908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ab6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774576366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ac4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Abf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Accd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Acb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774972857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774605414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aa73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ac836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ae4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Af05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774609030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ac888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ab3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774580267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Aa85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775017582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Af01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ab6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774588072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ae1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ad17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774581017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775013185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774587990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ae55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774583087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ad32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774582906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774584391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774602652"
}
}
}
],
"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:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x 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:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_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:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le 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:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64 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:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_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:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64 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:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_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:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64 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:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x 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:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_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:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64 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:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_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:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le 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:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_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:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64 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:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_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:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64 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:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_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:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le 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:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_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:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x 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:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_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:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le 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:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_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:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64 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:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64 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:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_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:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x 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:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_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:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le 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:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_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:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x 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:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_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:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64 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:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_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:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64 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:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_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:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64 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:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_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:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le 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:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_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:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64 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:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_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:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x 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:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_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:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64 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:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_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:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x 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:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_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:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64 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:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_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:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le 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:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_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:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64 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:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_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:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x 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:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_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:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64 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:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le 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:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le 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:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64 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:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_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:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64 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:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_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:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x 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:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_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:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le 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:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_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:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64 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:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_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:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x 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:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_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:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64 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:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_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:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x 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:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_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:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64 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:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_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:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64 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:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_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:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le 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:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_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:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64 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:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_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:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x 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:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_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:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le 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:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_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:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64 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:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_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:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64 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:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_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:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le 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:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_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:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x 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:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64 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:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_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:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64 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:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_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:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64 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:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_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:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x 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:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_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:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le 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:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_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:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64 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:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_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:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64 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:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le 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:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_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:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x 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:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"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:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x as 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:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"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:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64 as 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:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"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:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64 as 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:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"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:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le as 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:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"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:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x as 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:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"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:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64 as 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:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"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:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le as 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:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"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:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64 as 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:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"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:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le as 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:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"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:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64 as 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:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"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:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64 as 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:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"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:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x as 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:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"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:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64 as 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:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"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:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x as 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:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"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:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64 as 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:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"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:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le as 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:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"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:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64 as 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:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"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:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le as 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:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"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:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64 as 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:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"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:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x as 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:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"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:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le as 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:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"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:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64 as 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:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"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:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x as 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:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"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:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64 as 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:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"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:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64 as 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:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"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:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64 as 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:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"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:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64 as 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:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"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:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64 as 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:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"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:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64 as 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:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"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:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64 as 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:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"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:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64 as 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:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"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:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64 as 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:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"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:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64 as 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:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"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:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64 as 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:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"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:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64 as 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:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"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:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64 as 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:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"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:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64 as 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:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"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:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64 as 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:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"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:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64 as 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:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"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:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64 as 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:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"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:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64 as 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:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"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:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64 as 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:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"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:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64 as 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:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"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:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64 as 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:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"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:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64 as 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:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"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:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64 as 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:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"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:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64 as 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:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"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:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64 as 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:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"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:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64 as 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:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"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:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64 as 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:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"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:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64 as 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:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"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:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x as 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:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"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:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le as 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:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"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:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64 as 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:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"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:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x as 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:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"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:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le as 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:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"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:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64 as 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:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"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:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64 as 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:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"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:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64 as 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:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"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:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64 as 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:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"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:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x as 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:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"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:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le as 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:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"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:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le as 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:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"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:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64 as 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:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"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:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64 as 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:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"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:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x as 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:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"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:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64 as 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:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"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:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le as 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:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"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:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64 as 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:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"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:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x as 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:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"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:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64 as 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:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"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:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x as 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:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"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:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64 as 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:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"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:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le as 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:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"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:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le as 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:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"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:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x as 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:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"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:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64 as 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:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"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:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64 as 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:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"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:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x as 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:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"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:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64 as 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:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"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:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64 as 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:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"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:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le as 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:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"relates_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:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64 as a 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:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"relates_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:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64 as a 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:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"relates_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:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x as a 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:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"relates_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:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le as a 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:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"relates_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:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x as a 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:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"relates_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:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le as a 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:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"relates_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:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64 as a 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:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"relates_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:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64 as a 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:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"relates_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:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le as a 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:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"relates_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:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x as a 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:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"relates_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:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64 as a 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:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"relates_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:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64 as a 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:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"relates_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:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le as a 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:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"relates_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:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x as a 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:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"relates_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:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64 as a 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:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"relates_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:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64 as a 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:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"relates_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:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x as a 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:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"relates_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:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le as a 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:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"relates_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:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64 as a 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:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"relates_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:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64 as a 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:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"relates_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:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64 as a 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:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"relates_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:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x as a 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:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"relates_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:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le as a 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:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"relates_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:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64 as a 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:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"relates_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:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64 as a 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:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"relates_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:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x as a 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:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"relates_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:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64 as a 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:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"relates_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:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le as a 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:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"relates_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:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le as a 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:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"relates_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:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x as a 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:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"relates_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:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64 as a 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:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"relates_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:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64 as a 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:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"relates_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:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x as a 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:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"relates_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:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64 as a 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:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"relates_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:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64 as a 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:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"relates_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:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le as a 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:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"relates_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:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64 as a 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:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"relates_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:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x as a 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:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"relates_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:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le as a 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:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"relates_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:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64 as a 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:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"relates_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:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64 as a 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:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"relates_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:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le as a 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:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"relates_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:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64 as a 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:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"relates_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:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x as a 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:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"relates_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:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x as a 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:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"relates_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:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64 as a 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:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"relates_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:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le as a 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:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"relates_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:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64 as a 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:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"relates_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:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64 as a 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:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"relates_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:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x as a 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:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"relates_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:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le as a 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:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"relates_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:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64 as a 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:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"relates_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:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le as a 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:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"relates_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:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64 as a 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:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"relates_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:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64 as a 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:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"relates_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:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x as a 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:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"relates_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:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64 as a 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:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"relates_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:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le as a 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:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"relates_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:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64 as a 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:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"relates_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:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x as a 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:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"relates_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:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x as a 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:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"relates_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:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64 as a 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:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"relates_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:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le as a 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:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"relates_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:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64 as a 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:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"relates_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:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64 as a 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:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"relates_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:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64 as a 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:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"relates_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:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le as a 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:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"relates_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:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x as a 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:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"relates_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:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x as a 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:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"relates_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:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64 as a 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:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"relates_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:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64 as a 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:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"relates_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:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le as a 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:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"relates_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:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64 as a 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:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"relates_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:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le as a 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:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"relates_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:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x as a 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:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"relates_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:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64 as a 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:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"relates_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:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64 as a 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:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"relates_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:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le as a 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:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"relates_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:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x as a 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:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"relates_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:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64 as a 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:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"relates_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:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x as a 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:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"relates_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:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64 as a 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:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"relates_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:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le as a 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:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"relates_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:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64 as a 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:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"relates_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:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le as a 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:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"relates_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:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64 as a 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:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"relates_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:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64 as a 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:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"relates_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:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x as a 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:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"relates_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:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64 as a 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:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"relates_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:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64 as a 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:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"relates_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:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x as a 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:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"relates_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:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le as a 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:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"relates_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:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x as a 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:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"relates_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:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64 as a 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:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"relates_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:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64 as a 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:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"relates_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:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le as a 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:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"relates_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:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64 as a 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:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"relates_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:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le as a 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:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"relates_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:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64 as a 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:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"relates_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:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x as a 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:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"relates_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:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64 as a 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:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"relates_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:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x as a 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:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"relates_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:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le as a 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:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"relates_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:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64 as a 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:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"relates_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:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64 as a 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:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"relates_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:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64 as a 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:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"relates_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:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x as a 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:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"relates_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:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le as a 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:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"relates_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:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x as a 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:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"relates_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:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64 as a 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:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"relates_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:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le as a 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:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"relates_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:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64 as a 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:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"relates_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:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64 as a 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:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"relates_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:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x as a 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:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"relates_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:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le as a 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:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"relates_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:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64 as a 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:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"relates_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:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64 as a 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:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"relates_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:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x as a 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:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"relates_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:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64 as a 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:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"relates_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:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le as a 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:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"relates_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:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64 as a 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:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"relates_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:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le as a 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:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"relates_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:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x as a 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:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"relates_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:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64 as a 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:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"relates_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:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64 as a 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:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"relates_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:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64 as a 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:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"relates_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:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le as a 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:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"relates_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:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x as a 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:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"relates_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:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le as a 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:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"relates_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:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64 as a 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:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"relates_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:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64 as a 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:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"relates_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:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x as a 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:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"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:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le as 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:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"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:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x as 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:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"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:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64 as 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:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"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:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64 as 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:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"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:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le as 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:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"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:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64 as 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:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"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:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x as 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:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"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:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64 as 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:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"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:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64 as 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:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"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:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x as 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:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"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:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64 as 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:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"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:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le as 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:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"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:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64 as 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:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"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:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le as 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:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"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:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64 as 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:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"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:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x as 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:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"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:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64 as 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:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"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:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64 as 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:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"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:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x as 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:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"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:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le as 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:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"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:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le as 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:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"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:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64 as 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:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"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:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le as 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:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"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:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64 as 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:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"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:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le as 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:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"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:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64 as 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:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"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:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64 as 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:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"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:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64 as 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:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"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:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x as 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:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"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:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le as 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:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"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:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64 as 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:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"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:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x as 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:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"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:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le as 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:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"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:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64 as 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:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"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:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64 as 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:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"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:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x as 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:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"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:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le as 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:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"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:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64 as 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:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"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:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64 as 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:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"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:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le as 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:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"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:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64 as 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:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"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:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x as 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:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"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:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le as 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:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"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:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x as 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:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"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:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64 as 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:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"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:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64 as 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:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"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:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x as 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:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"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:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64 as 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:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"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:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le as 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:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"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:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64 as 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:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"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:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le as 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:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"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:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x as 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:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"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:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64 as 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:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"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:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64 as 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:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"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:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64 as 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:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"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:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x as 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:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"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:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64 as 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:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"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:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le as 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:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"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:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le as 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:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"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:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64 as 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:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"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:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x as 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:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"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:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64 as 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:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"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:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64 as 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:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"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:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64 as 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:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"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:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x as 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:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"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:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le as 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:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"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:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x as 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:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"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:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64 as 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:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"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:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64 as 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:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"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:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le as 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:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"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:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64 as 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:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"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:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x as 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:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"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:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64 as 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:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"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:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le as 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:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"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:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64 as 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:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"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:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64 as 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:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"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:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le as 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:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"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:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64 as 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:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"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:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le as 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:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"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:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64 as 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:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"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:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64 as 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:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"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:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64 as 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:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"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:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le as 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:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"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:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64 as 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:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"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:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64 as 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:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"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:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le as 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:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"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:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le as 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:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"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:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64 as 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:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"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:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64 as 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:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"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:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x as 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:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"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:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x as 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:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"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:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le as 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:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"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:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64 as 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:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"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:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64 as 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:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"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:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64 as 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:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"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:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64 as 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:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"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:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le as 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:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"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:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x as 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:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"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:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x as 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:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"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:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le as 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:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"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:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64 as 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:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"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:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64 as 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:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"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:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x as 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:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"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:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64 as 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:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"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:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x as 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:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"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:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64 as 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:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"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:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x as 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:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"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:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64 as 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:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"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:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le as 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:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"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:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x as 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:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"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:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64 as 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:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"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:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64 as 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:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"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:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x as 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:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"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:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64 as 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:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"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:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64 as 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:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"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:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x as 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:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"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:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64 as 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:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"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:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le as 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:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"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:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64 as 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:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"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:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64 as 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:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"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:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le as 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:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"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:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64 as 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:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"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:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x as 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:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"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:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le as 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:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"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:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x as 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:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"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:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64 as 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:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"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:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64 as 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:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"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:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64 as 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:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"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:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le as 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:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"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:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64 as 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:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"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:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x as 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:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"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:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64 as 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:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"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:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64 as 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:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"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:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64 as 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:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"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:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64 as 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:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"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:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64 as 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:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"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:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64 as 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:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"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:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64 as 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:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"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:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64 as 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:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"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:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x as 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:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"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:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64 as 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:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"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:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le as 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:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"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:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64 as 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:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"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:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le as 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:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"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:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64 as 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:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"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:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64 as 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:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"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:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x as 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:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"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:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64 as 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:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"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:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64 as 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:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"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:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le as 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:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"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:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x as 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:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"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:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le as 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:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"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:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x as 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:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"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:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64 as 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:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"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:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64 as 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:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"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:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64 as 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:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"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:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64 as 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:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"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:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le as 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:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"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:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x as 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:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"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:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64 as 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:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"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:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le as 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:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"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:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x as 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:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"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:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64 as 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:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"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:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le as 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:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"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:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x as 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:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"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:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64 as 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:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"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:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64 as 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:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"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:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64 as 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:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"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:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64 as 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:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"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:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64 as 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:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"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:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64 as 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:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"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:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64 as 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:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"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:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64 as 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:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"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:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le as 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:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"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:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x as 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:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"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:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64 as 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:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"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:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le as 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:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"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:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64 as 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:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"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:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x as 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:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"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:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64 as 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:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"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:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64 as 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:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"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:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le as 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:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"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:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64 as 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:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"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:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x as 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:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"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:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64 as 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:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"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:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le as 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:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"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:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x as 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:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"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:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64 as 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:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"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:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64 as 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:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"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:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le as 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:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"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:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64 as 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:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"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:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le as 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:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"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:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64 as 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:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"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:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x as 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:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"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:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le as 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:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"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:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64 as 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:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"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:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x as 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:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"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:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64 as 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:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"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:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le as 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:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"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:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64 as 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:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"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:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x as 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:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"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:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64 as 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:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"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:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64 as 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:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"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:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x as 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:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"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:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le as 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:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"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:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64 as 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:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"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:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64 as 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:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"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:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x as 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:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"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:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le as 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:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"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:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64 as 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:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"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:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64 as 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:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"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:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x as 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:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"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:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64 as 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:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"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:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le as 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:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"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:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64 as 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:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"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:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x as 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:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"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:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le as 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:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"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:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64 as 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:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"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:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x as 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:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"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:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64 as 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:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"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:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le as 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:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"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:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64 as 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:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"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:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64 as 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:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"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:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x as 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:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"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:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le as 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:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"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:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64 as 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:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"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:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64 as 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:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"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:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64 as 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:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"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:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le as 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:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"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:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x as 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:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"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:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64 as 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:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"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:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le as 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:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"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:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64 as 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:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"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:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x as 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:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"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:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64 as 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:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"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:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64 as 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:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"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:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64 as 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:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"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:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le as 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:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"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:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x as 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:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"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:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64 as 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:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"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:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64 as 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:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"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:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le as 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:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"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:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64 as 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:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"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:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x as 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:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"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:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le as 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:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"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:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64 as 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:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"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:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x as 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:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"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:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64 as 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:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"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:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le as 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:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"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:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64 as 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:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"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:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x as 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:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"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:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64 as 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:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"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:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64 as 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:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"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:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64 as 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:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"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:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le as 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:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"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:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x as 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:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"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:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64 as 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:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"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:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x as 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:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"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:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le as 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:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"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:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64 as 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:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"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:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64 as 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:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"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:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x as 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:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"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:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64 as 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:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"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:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le as 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:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"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:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64 as 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:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"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:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x as 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:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"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:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le as 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:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"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:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64 as 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:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"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:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64 as 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:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"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:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le as 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:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"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:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64 as 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:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"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:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x as 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:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"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:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x as 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:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"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:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64 as 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:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"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:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le as 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:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"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:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64 as 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:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"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:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64 as 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:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"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:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64 as 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:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"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:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le as 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:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"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:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x as 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:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"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:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64 as 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:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"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:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64 as 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:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"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:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le as 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:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"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:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x as 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:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"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:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64 as 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:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"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:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x as 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:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"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:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le as 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:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"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:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64 as 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:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"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:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x as 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:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"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:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64 as 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:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"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:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64 as 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:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"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:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le as 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:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"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:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64 as 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:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"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:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x as 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:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"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:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le as 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:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"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:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64 as 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:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"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:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64 as 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:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"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:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le as 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:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"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:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64 as 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:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"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:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x as 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:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"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:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64 as 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:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"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:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le as 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:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"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:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x as 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:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"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:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64 as 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:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"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:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le as 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:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"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:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x as 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:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"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:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64 as 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:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"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:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64 as 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:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"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:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le as 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:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"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:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x as 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:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"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:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64 as 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:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"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:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64 as 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:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"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:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le as 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:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"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:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64 as 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:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"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:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64 as 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:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"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:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le as 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:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"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:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le as 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:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"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:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64 as 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:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"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:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64 as 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:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"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:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le as 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:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"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:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64 as 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:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"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:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x as 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:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"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:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64 as 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:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"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:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le as 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:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"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:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x as 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:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"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:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64 as 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:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"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:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le as 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:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"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:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64 as 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:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"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:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64 as 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:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"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:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x as 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:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"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:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le as 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:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"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:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64 as 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:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"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:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64 as 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:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"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:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64 as 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:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"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:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le as 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:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"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:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x as 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:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"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:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64 as 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:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"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:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le as 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:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"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:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64 as 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:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"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:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x as 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:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"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:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64 as 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:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"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:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64 as 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:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"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:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x as 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:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"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:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le as 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:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"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:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64 as 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:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"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:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64 as 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:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"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:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x as 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:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"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:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le as 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:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"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:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le as 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:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"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:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64 as 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:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"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:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64 as 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:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"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:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x as 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:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"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:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64 as 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:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"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:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le as 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:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"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:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64 as 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:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"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:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x as 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:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"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:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le as 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:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"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:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64 as 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:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"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:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x as 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:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"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:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64 as 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:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"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:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64 as 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:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"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:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x as 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:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"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:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le as 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:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"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:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64 as 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:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"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:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x as 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:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"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:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64 as 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:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"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:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64 as 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:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"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:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le as 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:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"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:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 as 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:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"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:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 as 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:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"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:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64 as 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:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"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:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64 as 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:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"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:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64 as 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:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"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:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64 as 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:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"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:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64 as 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:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"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:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64 as 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:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_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:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x 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:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_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-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le 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:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_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:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64 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:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_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:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64 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:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_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:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le 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:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64 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:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_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:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x 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:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_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:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64 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:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T07:52:48+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:9b7068aa6f6087c2f0a7cefa241c5dbb0ede0efaad783607dff0da98cac432d2\n\n (For s390x architecture)\n The image digest is sha256:71fc972c8f86d9ab444778a4ea4ff4a584acd987e656bd882f0b09f89eca8f69\n\n (For ppc64le architecture)\n The image digest is sha256:c07f07c1ab1d2ff0b5c94e2df409fd021562bec9faf3ec1baffa045c9352c66b\n\n (For aarch64 architecture)\n The image digest is sha256:925290794f73498da77c7b536b266e0ddcc16b2a16f83f1f7c9ca31a199d735c\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-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6554"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T07:52:48+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:9b7068aa6f6087c2f0a7cefa241c5dbb0ede0efaad783607dff0da98cac432d2\n\n (For s390x architecture)\n The image digest is sha256:71fc972c8f86d9ab444778a4ea4ff4a584acd987e656bd882f0b09f89eca8f69\n\n (For ppc64le architecture)\n The image digest is sha256:c07f07c1ab1d2ff0b5c94e2df409fd021562bec9faf3ec1baffa045c9352c66b\n\n (For aarch64 architecture)\n The image digest is sha256:925290794f73498da77c7b536b266e0ddcc16b2a16f83f1f7c9ca31a199d735c\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/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6554"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:26bc688ba4274646159be4401e90fe3a9133bdba80a6ba98281445935bb47a57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b35d574708fb00c479227aba40e3fffe79b631899681b16a08c76e91cd102b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d1b1566ee173b588dc65c3eabb9fcac1620e658db075f03b0b33ab0f10dc4202_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:da4e7a0c241f773b6d726979623aad6a45a3cf2b5833ffd0887ec8d893aa67eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:579a6c699e97e9796389e54c95424e2cfa71e5b0dd66908e8c5d6df1d51563ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b69b12366ce2027f54be0ddbd2e1db6d71485de6dfd2fa49fba4e4643087101e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bfc42f3af0840e70fed345692f12d243aaa45f050e6141c5260adf5a57413008_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5b5375cea86eb1941c7d2eb16b7147fd4343671df8d6a3603324f2d15f8e9c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:360bb7bca74dcddbd1c73a7c3bf8cd8684ee4bdf8f7a974bfde2852553abea78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b9a0fed36ec0557a938659dae4ff53c7f29a686c884f622a2c2752dc79201000_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:de816051b024daa6bc18fba42f874e263e0fb337aa631a4af1c51ec6113adbc9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:fbe617ccefb3cbac4da20c3f811128ee9a2b9a3cebda7e6ac0fb4c95b81ef3b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8ae84b4d01a10a7052c6c1b79e3bd4a343724bf7f10c4785088b4b4bd0e579d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d514e5bd7b5877e53b1fadb19f007349af7e3ef87833b8328abff44fc9f26378_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e5bd54954580a5c99d2b5d2319820d5722677858921c40b974c59fedbe90e2f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fddc3aa7aef27df8493be219998abc177d6269858d4b1f5f2be479fb93774425_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:25dc3e6d6f9b6db1091d79190a20d3c9cb1de2c44fbe9de52e29aaa8c47b5f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:32d3a85652bb15a38bfbf379050256b96cb9a7c96f7b1291ed00874d32efbf46_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:603116084aa76b58e42c6b438cf02e9627339e98943797592291f518dcf5fb06_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d50df86705384ae2023e4a16b3088b8eaa819765700e0c064034a06dddb1ad3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e6a2154b1d4d891c918d10db17d0ce235e2257c7384cda1d545d464c424441c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:36e392df69829eac83685515ed18c84dd70dc9e9bd2aba931668d5b7db6b139f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4925b1aecda512c045dfea6136d2c1766025bd2dc99fb50b43a229865c0a2a82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e556e65e257dd11d584cd9422972e5b9d81006983581309648e62c44983ec082_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0423c2bc5bc949c627e9044a2666b29b65979a68fa0496aee63fda75edfb5d3d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cd9bb93141429acbf479f538c7eb74d3abbf47cfb9bd3f505a7c384f4bd1a32_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:706068084847fcdfc8c20998c1b1d6f1082804bcfc94663415567a7f80bf8f89_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bad9bbcfc852bfb9c5a976602893993bdb3a12f5050b4f22894b790a4fa5663e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0b497874a312ae85151b4d0c0f3cfec07ce5ab2e7361d95d760b141fb00c7e7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:355ad250f8be6dd403de4679988ddf1c6367b1e1a31e80a12a47901b10bdee5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c13cb2c0cefb02f3dd5a875f82091ab96ad675ad30806be440eae79ac6f7dc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:860761f69cbead19eff60f03c333145f853ed6e9f4977966abc2384e265cdca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0b359c2b3bc42a6a15d51e1239d5a2799ecad449a0bae2ecabe816dee08ea139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48aa4beaa61b07dfe2f78cb19c6297eff4935e53ddafad9c4bf1a6fc3c638c00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9b9be5306eec04190d865e60da61c0e387a1ba26819d9f7a2ab1dae86e773d6b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:aa3a5c282da1d7e22fa44a4b1fe0c424e0a68d476e501cd7b790ebb91a396a5c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:570772aa333db57663acedf0cf25d0f620410415dbfb93a219c3691ed37af28c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:7142591dff8264ea6ef5686e8c416cedeeaed3a11ca37c896041ad319d5383bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:74da1f6462cd2da37b53caed250dfb7bc756d02dad27739d5e942d9f2a387a12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9e6995dd2dfba447bfcf0048fd21868a21501376a97e646881358ece5578b7e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:27e6143de4f4ea390988d9326d8faf931726bb1be0dbf49387e8f01288bb6961_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4d6896dc8f4c49138da22265d8e525c5ccf6c66b2ad66d5155b2b1672608a96b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:884e3305362f086f088c171ca5338ddb9922ec19f2feb6aab6ec19e316182866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a235b373a3cf6c933d1c9160545dc0c087068208be2965600aa3dd2e0b58a88e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:673f3a65e8f7247d5cff2a13113cd780bfd333f70f4f6770cb65bfb207e7b71d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8192696d774f4ea874dbc104846a3b2a732e609bc7bbe9407bed38cc92737beb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a73824094cfd36874ef67226d0f5f94e6225769ee2234f59e7bccb6d9b7180f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dad847e9d6eb4ed0cb53fcdebf38c0136a4b40bc37c504a385152ed0d53ccfce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:000eceeb52d7a22fcc9edbecea77a186585be4e35e7a3eb109bf111d95d1799e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:037dc8b267cab46a070ea28d70ae05fdd4c78680c3549c681ec2df918be6e2e6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:18633b13eb262abbd73811d91b0277217568c23f7d71e8d92c184a9e2ba63ee4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b1f276d86c939c32c32e65a1e51940396d17bf178cce1a8d2f296292a0e0dfee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:531b4827b1c82009b93b32fc2695434c648e4ef41525a2ee6ce08348c27328de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5754829b13c16ae67b0646b9e02305b5ead9ff30969ad530351c5e6fd56632c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:af1249db3775a3d389a425dec89c903cb694e0f91e1ae30c80bea526ae7541bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1bd66f002d1b0b715c35b89fc5243b0f6aa75fef592aa803d2531522476bc4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2684239348e7843a753146ebd595daa832a8a359f9f18455a3bcd10b44117ec7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:28e7b0f4a81e505d71172ecbb6f873e816ab770bbeeddceedc4767a6900c189a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:914e4738fbdf9dafe91e3c689b27b0844fce6c5d079a7495b876733f9ee13167_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f106c8896818a810278aefe215acc1c6896e396d10a679435d2618023d4f664d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:42309a316277c58686c1dde036573f5c7f048c2fdbe3e228bebd106799420ab0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:812e23920b40fbee2f9493d26208c454eb716141e8e82793aa1ece89b9539be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d55ee32e7f30e1862912c53432fa3bad4b2a23fd007265152501a022add2f7fb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f27222c5e0d3f3ba4769e4d1017d7c629f45e1cfca7235e108a262c443832fc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:34bdbcbfc2bb04edfbf98b4c2a76d4336b6d1e77f94c884ec277d12b3ffc8fd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:38b83a80d1a9a543ebd82bfb9d99b51554e35540d2a88da8ea8874dd3c13c3b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5ef8be533219052f8c1fec5301e221d3d6d158b9fb7ffea1f0d380120ed5c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:87db8a425c2ae83ed2170db39896a0f354572a8b0515d6837a6fc8319463f5c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1234d75f528b648597b72883e995696418d71f0f15e0be0a23887b18a06c1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85143dd90188ca549efa79f9197c9dc43d637e399efaef1610f625f73524ad1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c89a3bf279505c4beb4a521ed34806fd353f0343ea8b03392d0d55c7a9b8743_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:deb367ea187528e7a03a5953b355520896bee73f5abbbc589a7c8645af689a8c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:000cfeaeb923f9a077c8cda5fd71425009e983abadf070b4dc0572689b470cbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:845fb1b76dfbf16efd7d7c8b62bb8f38c3923d6bb5f790e146896289741f286b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:91461b78fbf22ec8cdf470adb003a665881623cdc474a72941ff8b631455cf52_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c5fe9d72c2938528d19ddaba6cfe158b66ab99c6af5ca8023e6af028a391f1d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53749765bbbf6a805ab4474c248c6963bf911178b1d23e343a8adf6ca8eb2098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9af4f3f3aa0a3938d97b06243286961154d42dfaa3074f86d1560b165671d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a17b589590f30deb6b5e6d580b7b01a6685c8c76f23c2a24d256440dab8f1446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b8bdbb5d0f44a293093c3982d61829c4fdc9fa6ffb9ebb2c791682f648194a13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02ec1ee6923521c0eddfc8b5e9070558fe0c1f43cc1b8dbf7246b7df77cd2c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2eb44b0dae64572bae50a8060d9a3b498cfcfb1529185465a270295bbe3b5c47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5570904f99ae1fdcc914af35e073305684086344f423982dbd49c2fbd7438f44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:daefcd185d236eef9a527eb0b83a1258d50681a4e831de802ba9b9076e2ebdda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cd0f7ad3c4eb38aab8d267f891f9be657d9296f030dadbf15cb6c7a8c587be16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f655dd1aa9d96ffe9f48976335af3d78c2dbde556c6fb18b01e63da4bc789a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:73850d9e18d8465209dd4a46a71ba74ae859c3043777cd968cd3bae8ada3bf70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d54b9a5402b28eaf19373943ca2d13c3d0fb5ad6fcc3106b1334bc5d1eaf4fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:65d2f864cc393ee0afc27fdfe9dfa73452df2bade48921441194d36251d6a22d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bc6765c2f49e0879e0a59f530cc4e378d86e5b8043781503639b925a074446cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:761c962dd298dd57fba1c727952ecda79f8650be266db38402d12223921f57f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f38133448c2d376b9cef7b408b8e0fe5ccdd8d939100ba239ca3db0fd60e8ea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1799d7712429e8474a842f9f8d7854c455568f99b775a0c57f41dd77813a1b91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6b830e79013a8ba62b896989f8d62377c198394367daff762439b75d91ddcd0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:131a4fe01970cced1993daafcf3a925fda38f69362f2512ebe456c3ddb3c2f7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9aff512f7f29133422c2521708299028c447db41d0c3b2548798bf9ec670da85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23b9c9466353bf6a969780a7647febf6050a61612eb22e5a97ec7a81148fc04a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2eb3dd656baeab9e256015ba3e8e89da7f0cf7f70cba2e7e1e77b407df791887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ada7f15dd25c2bded3837781340631799c2666866536ac480a0a87e863f3f74b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bf2d7e25b7b5905cca9669362c07c5a1f974e31b92cd1631081b92296c0b85fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3142ad4551046131cf5b88770fb27cca322642bfb979d28ed0acbe74bd327f69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d5bf87b09aa1327f9f841ce18ce1930c61b6b318e0750d1a1e2ee14b71f2212a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6029d08372fdde9325637d1470a7f60f796db7f30aced88b18e2f5e66bab8678_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fca982811b044e6f5780aa6a3aca8eac2dd62e21bcf6b4a797362190e13816a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5861ade58a060e74b6acbb15f825bc59cdd0015c4678885a88362897b67d451e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bf2561f20a85cc42e92b6d5b74362f850a25c2b0027b586f10ecc7773f7fcb7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9f62092309c958bd2ce90dff783e17535c7789f5a8fbd43055213028a3877c5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bef5c35b659a0044b64b539e164174a0b8d16ca161bac1c6b124cbd1a784b73c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:961f83c8c9664cfae93b287ba3b86f8002bb6bdcdbff217740e70fde5dc92753_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c14932e13cf248c12196fc118a503856228784674b51e91bc90a1b96a6c85b40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3511477eddd74f99a1e05494d4be1b636e0945a0b3ddd550f9709de7ff5fdf36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:53df5651f3c7b8aacf8155e4b324e4edbf734e77bad0c6352f243f090b0ae715_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6b546512ad27a40afc51189c555b4908d18afe5cdf11590b3de8aae3ea8d9ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a7bae90efc77527e279b529b02f4723c9198ff0940c8b9abcbea512f2230cf11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0c4ac2180e359f276bf6a36bb0a8fcc5425137baec868c39a293acaa7cee872b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:618b36604e1a5477bf4760d405e99136e4c9820e900d8347b2f8d79dc17eab9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:be096a658ab2e21cb48f91ac8af721ca635168ea329ba33a2a5257e2aa8219c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c672cd215c2ef7796c64259decef64b4fcb6b3b3780d788964653b761fdb896a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2ba710b3b7204af9bc39ad9f044aedb0c9aac580fd17526a813fbc801b0da711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fde3d7d9a86400e8fd1ad6406a154260e1abcbb6aec2ca0a6ed51b274989793_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:973446c949e5b798a79c24dc6e5033ed3f834e06a796e93dcba56d113b7d3944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b75e27892ba0f452920f2d15c5899751fe9cf9c8c2cbd88dbeef7235e5ff5822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af7db6d2e7f0009c2f1fbbaff04025fb3bb5e3dfc9f51600bb56290d52f4001a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c4acfc846186dfc8a20922b584b28920701fda960f06d3f495c0f1cb6617a6d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfb12c38dbf0c5ef83854a6ce57a3f1da8d81eee5be22bc4899fa80b0d389d98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa8dadaa55aaa10ec7e3880d4ba8bae01afac0e22cd1882a2f64341302c0f1ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:655c0d28102326b77cf784fa11139a37e2fedb3c695b25381be15d49d4c2e61a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:733a81907d161864488addbf7c6ebaaeceffda3a1125875b17706a96aac2ba50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a6c2b5d9732d5dc886135bde9781c3942be93a85c5851dc1fb112ec9a3d378b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a49453114db2b67c7531a2edc57c22797f499b7d829988f4c013817d58e29359_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:257d4d4892a6fb065e835d4e0631a9b6b76ff5a240feb8f602ee87709510f2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:96372a6b8d1661d3be455af9511d0a95ca22c096e593954d36db74b7dd7cbf58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3f0378103575585991bdc1685501c043f04fbc1048a23cbbfb4f34face873c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e66b423a48fa5c0fc3e13dc65f4c84b85bd098a8f50f02c27c198447002734cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a0c9961bd1fdb984417a900707b4f3ea8ec2c5c0a5c64bcc38bbfcf9875a903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:54a867c900514d113098c3807eeedc91b445722559b95525d69181fd4b951e5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bd5bcf11f7984af4287c26d66c2998238246f0c5c33676ab2fa0dd0c3ff35913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e734ca60d9f76c681994272e97b076894f0284cd88dae4d1b0887ccbf60e5be7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:574b9a66a4942a8d1931424f46493583426d4b037c44c19494e6f8878fc866bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:deccac8700c1e9189eecc6a4cb7917133bc8a13df5240a5ff126a07d383d04e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e5990e2379368616526ab85e77e12776162d0176d0b3cdbcc8cd5e08ebf6a938_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f0eac4b8857dfeb8fca73db918437d1fde7ebcf611bd96fbd91b3c3032fbedef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5f12f51f3a7190427b70f3b9cb57b1e8b5fd2fb9363913f10d041494d6a52cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:aefbfdd6416c461887e3c457e0dc032b95009a514ff6ababbe67fdb6fa6e7534_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b88bc986137ca51029339ef0e19d9e7e402a1b294f4fb9ddf847c520255c00b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb270d224d06816b9d3930c1e6f7452a278ad8718d1ca921a3a32c5f13c92bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:27d863d17b90e9065f447afb1f29ab3cd1dacc16dbc493f20c0b93075a873f18_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:542fafc00d9db769a64c0301187d0c47bef8a5f5effe6cd56a9f01be48f51a7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:624c7eb9c11dfca9730386b3fd12520c080f288de5899642c8458fcec62188c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:74986c38d2303e69ec9877b5ee73570a5d9d43a9e4cf9ad21eb83a955ace3fba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0fca3996084db27453f1928844c3a51b67df6fd097d71424fc914751a2d3dc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2bfec33f0c936dd033fdca7091fd6d028003b72e805f720dccf96b6e5019a8bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5ea6492ac51e2916a8b7ac2d378da1feede46a1ef5dc64cc276ed87e1dd99b93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc11fb5a6ace507e05ae141d99a1e3f6f1cee1983159f98d3870f4683ff244c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1c12694924104325e51c40263b3d7c16091de1129df3781f3f42e2b0fc61128e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:71b7ff20c6763fdf2289598f5c5cba224d075bf8a6649ca24e99ec2b292d64f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc78171aaa22c03f378eb39f06fc6cf1ef6d39e67f21df4dc0684cce1c40a6af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fb3e09504fc47693b6ee767490fa2e4488b705d40a8c246b1d39860c59367016_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7c91a605ba619753963e749dd1aec25591594880b0669cda78749617376d0fa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b89c5aee5e66215abffb41502f714cc650855e19a326fe9d59d18cc24d9fb960_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:db1c40a80aca4ba4754a73485d21027cac33d91d0c270c1d67b42dbcc844889d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e884c8d5c0249abdf2f25f7cb3ad6ecf7050a65c642ddf1454e20c6dc801a2ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:93af695c4db2f86502f705a488981e2e3f6f839c2e3192db1139803ef5534953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:af004876ab7f8325ab500631a9051ab0ef92f29473d2734d1e6077a2e4367752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0c5efabeaf90df4ea886a1dbc7f09b57dd2786f39d7e89b5ab1f50c3fcb71e5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc7bedb8ff44e4f3060f94241a6e9657e1c19381bca8035980b0924fe9034fd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2815d7d12cc8e477edbc37af1e4acc5e4a4e8466f0bd714b2ea47b1a6ce3c794_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:6946faea3bb6130ec50559657253eab46c5cab8e3687f1bb97c80a96ad28ae66_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8a0922194deec2ef01e249bd07cabc948da9e3c20b94c54fec97448d7bbe7958_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a999b0461534fe2f45ce8d20b04b1ab156e98b3e3f7b819156305d6962969a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:10e4bdfa65be5a87967593d4f347172ca3f85cdc3bf772356127cb1014851ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4bc11288718635dc139579dca03e945318b667b94644a29cec2391e1720d917f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7850a97493a9594d7f35826d84bc9a0ed546111ae23f27c4419f56d2c465448e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cc84820a5be5c9a9d09781580955d1b0cd6df850ca349463a62d08ce742d1888_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:09d5223d0bbb056fa95d5a5fbde3b82066bfc6be9afa07266f7196b8302742fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0ea118eb6ad142900e71c4a07fa875b1092b95990ed7c14cccd1693c2b2a3f23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3278817d5de4ef58ca09d6aa7e92e09095f426e7981a4c6b45d7cf441ada220a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e7d2eceb8dc0c84be322904653a02d219657b42aeddcc8b48521f13645715ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1297cdf3978a72fe7f9e5fc2826e1a90d566660cee667bd0e8d9e162e96ef8fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3687ff1d481577e38169878cc2cf741833bcf28d1190f013f14837bc58ba8e6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3e3cf43a0578ebb76beb6ca3ed160074a0928032cbeb3b798025a75e0013a0a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:83cfb8766321c10e2440616d01438a68fbf82c2d9c086d1f4c3bf9c822c37e2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:004418f6a1d2c7d8722843fb07f605992e62e74f63a783ef48820b66f423c13a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6402eafae8c0e8a69f31b0fad20edea6707160a3595fdc0833df505e468f55b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e09251528a9113a1679263f77a96817939d5d35f0afcdcb5031fec3f5b39ecbb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fcf51b8f98f713bbcd847b2580b66a7ea8f45f405153d6b6e7fdcc03ad19f260_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8798cac183f37082c20846da3f888b8022ea6442dc0c352587060c06bf95d811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a60c309b4ad0fd27a2c77f889840efa42f17df94fc45e25eec4e3434b6841c24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aec60d7182554b30d25ee65db472a4ff3274197d63ef3e02435247f03fe5cfe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c777e21833e7751bf765fb1de14f80b362b8178e2da4f61b927118c5e3671059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:045a750e0a6c831cf6ff9da3bb1a22cff9917df887ab4a35450aa773d5a2b340_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:29c01da6f9dfd27e0ed55da59e00d08890ed3c3f68ebd0be1f2e0b6df6f9a659_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7cbe383479695bddc60f2d5d21216684785f1f28cd79d1f366c1df7ef07f8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a170194e8a7a42add1284fcfb2fa1b994acd7d1a8febfb4c9121af5acb2c60c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:31fb05ef4153aa90333a2fd427c6b02fd4566bcc92c24a65168e31b51a65c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a770a0614b66cb57b5042714e65c58404273ff799b90c27025d438951a46b42d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:bc6435ca309c31fb383b990e34b39297db81da5f9a7a08b058e1abdb74665935_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eeed6ace76e4cecc3c98e264487b8780051cd57092f25260400556980eebbcd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:150c4f84a91deecfe4bfce8fa3f8b5a9effeedccd42d36c165892b3d59298ec0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1e8230a9ea1cd7262ebda8e5e5127d3ce75ca97c033a2319df933232661520_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d4bc2f3b569da219d15f892785e56870e1e0c62116524e62b08e54a242c07e2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:de452fec2915996c3f9f41b0f2582478438386d46623a4f81c841524eaf34e0b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5fff83c85be18884a3bb79cdbb15113a3648602c59477b2a3a16eab503df89ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71612a345960a5ad52215407c918ca0747e1d055c7d164781e7942ed177c98ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:761e952312489033591140e4c398b87eae3c4a6048ed68eb162c4058271e4b78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca50a1ce61fa1e8d0b7b584cb2880cbfc481b1a456dab9bb6ad2fd3e12a61d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d48005b28bb73118d7acc3ded466865b3e9de66f918afaa12e6fa753c6d9a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:27c0f751a6ec0a9f10cc12bed4d90961c52b894c54565276d6ebc2c29469098d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5d28970d569a8c69bcb4a86866a7982aa569f29bc7eceb7a761ac1fa0a058d4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e211d3f82c3a965fb683a5940a7976af0524fadad568b6158286729a4a0cd46a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8a3d2f7bc0468a563ee99218e91c590a83f4efde671dbf6a88a720a6ea3c1538_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eabb9d51a598ba9e6a11d3900f4e3624072db901894cc8368addcf0b12cef505_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:f661e7a77a90b6aafac82731deb8963cc7307948281c7d515d7fecd95d454218_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ffe128fdc45c5972146e4518da5890d96e4614153a6c63bc751105b5e3c32859_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:57906d24fe81eaa6bd7aecaa9b914fea4431cc48d10a5b29919c942350fc71ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6fabed71b6c27305364bc89eff1a19767adfd4e24944a3a18b67afe3008138_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9fd30f6bb1125c503f90b83c7f75988805baf76c1a92c748652ff2dfeb98581b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a4a4f354dbc79b33e1079d9d1fe81e1cb06a77fd6ea4ee7e572fc85eec9d0b30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:06caac6c845e37c6deb7738d3f16735d60cd6754c442a3c6c56582f763748da3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5cd62581dbf5f0ae172f9846e46e770c76580b2f1ee2434abe0bbfd2d811172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:724147323c42949aef91135de42c4789402e727f79c1a4d29d48539faa47c0dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f9a3bda31d84dd044474706b79fe1738d7437fa5cbfe1edc33ed9db37ff10d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1d7ad489ca9272115848eb1d74e25c318b8b7c4b069eba4b6912d58f52185d77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:281cf0ea797fd57f744902d6a27f34d49e4589994c7199199cb3252c160fb06e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9968d3c648fd5c16264111b221a4b3173aee80985085f9befbb8e239af188ad2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dc1436d2524b63b8e11df496970d1e6a9806d90afb495af730d1c6864e00f352_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0ca237b3adf5de673eafadd780bbd472575818b2a26d067d3b7001f0de042d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5e4203571b38a4552c6da84f32bd104af141ed2b09589efcef0ed1d53b7b7972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6fe48df675b9bdd6f1146c1296712ffbf351c3172f8571a269a8e4e2377e70d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:762a8638ad6c0bff5f2e90a14394106ac7e6faa4df4fbe876df7e57d4ccb8444_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6637632f78dd4912b159579533444192d51d9e92bb54a1079c4b13d089a4a297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ae448bee5549c799e040e0b3288a12525c89b7095ba67000e99a8256a113d67e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd3d4dd31f369e717d3a151c5be3e3e72bd7f372e2bc4b989b90c7631c8bdf72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cfeecfc52b0210758ac0f07143e0358707d7925e741cb1da4a50daa8045230f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41548296bd8e7b085bb7ba7bf6d9b25a2b9c18523a8134b7b8b3bc4bd46c0270_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81569b6395460fed6a3dc630bf5674274ab4d6a0349fbe00bc1425eb08ad0a50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b07078dd2671f5578c7c72c23c79873d58af29541f190fd843181f2d46d1f606_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dcc31cd09c7af9778577bd02fad486fd85d7810bbf1018c93bdfc96a0aa4ff27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:474833390e5978a049eccb0d5bfabe70093d61cdc321e6b48f3deda48f976e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:555299eae4804841d4b0540cd384c0375b70a1f521ea5a701986ec856a091ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8995f08f9bc72cbc875ef839565f444db49e524ef400ecc9b4dab61bc384fe7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aeb6f215ae47da84047341daaffd6f69c76f3a09e3662f16fa627f239c1773e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:42d22dac48467362e220579fe5e3b2748f0d24832c50a64cae2b4633dc34f508_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4dd8c9c206503af69ec6d5aaaca62719d35f23d4c15d00ded1429814857117ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:926913986f0f8ddcc034b92532e85866886945ccbaece44f429c3cb6932ebb65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b245369b51604ea52ab3eff6427982483606b83dcc5a00ce6e351eef55642051_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2bad18c7d3602bb2d4064934c567ced2c4e38d524936a3ddedf964a214c75069_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:65787331506846e36febfbd38f359306f30e1fe5ad382382eb25050ef1b03b60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6f6c678b1de18771ff7dd1571d483ef8ab1b3b85579cd8f1d56cacb9cb386e58_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e51ed5c30bfd60409fd0e86689f5464a30cf60daca81933c9b17046d966ecc69_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:278a238e8f939268475a1919007038bffd9188ad5054e369035c56ac64c7060c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:53d4019d7fbd6e35d55004a8b31d0286e660d0e625d979a4e92c607a2bff8c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6ac22daac814ae2e17ad4e5850c0b3fee7f70dbcc244045fc82eb5e182ed2382_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db82345c70febe980e20d9759b3a531a9b7e31e8febea7c94c9eff939ca88b2e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1d0e81c6dcc1b627de56e2faf108b50bcbc3870ff3e4d09748edc493fc1cff9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59c1114895c7fc27ad934091e050267ef5d7f1f0e5298d472cc46a9f25e2a700_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:67dd87c748a06fa6d94e39fb5564e826256717babb871af92be0b6a71fc5532b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fc7f241bf849c65af84e14aa816d66294e3e93bce6b838e696a87df6f9ff4d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3fffd335915b1394fa234ad595841b8fdf2d0264f0a362a74780288065cb2c99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9c73b3c7b5c2dc303dcd927042b672f5e7b33952077de43946d775de82386275_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b6a9e00024226fd775479ccc1270f1e3f11a70cd1a40f3a5db4e88f123547088_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed0c4dffb9098f8f3e489cda5aa04ade95904de9e17d933445258fbac60769d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:054dd2aabf5e45b6389b0591d65165e314b3954a14fc99d7d597ef7ac540ef00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:68168b29a798122e5ac815a6e1d9014b732ab24f4ee7b578337a907d9d12bdc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86d253406e8f1b81c23f263ce6d6f454293cbac68e6beb8edf187bdd470af47b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89d8c7b7431748b82c30dc2cefd530f56ed05900942d4567ef38d830bce589dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:708bc3b0918ce2f414b4032a763a4e765643c8423d889f7bafce0731c2f3a73c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b1d237621fd5a0e13b9a397255087572e43b0e18a9abdd8b8d6a4c4ddfc93553_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b3b85bed0afb4c7726d90b3c89ff667fa575aed8140dc64fb07988df1beba93a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8436254a7e1a6ffe07b71ea56d07ba2c8fd92aad5a3917f5798d098845c45d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:41f0799d3bb8dd91504fa0a1971975ce3d027392430ad550b05c0e46f2078272_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8daf0e7b7086819f5a439ead7ba27323d6794679d882027eda8eb917b34781a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c64f47bc7e124089175ee04f9e9f077383436f3e0021f54bc0f80c25a84b3f00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f8b264fe1d17c364fd597314285f1de453d5006c464d10f892b72d92e4be1a97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3ebf67de499727ad0bd84e5b564d08738a27863dc80bb7eb8de442e7296f8ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:803955bd2698169be09e8867ca61f7c66e8422d38be69844f84c2319ae95f6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d415d6964fb9ed13a4d0c7538f51c01f347b50f1e1adba59169534e931704877_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d85bc6cf2280a985a0953698e96565a10af29a315b56017c06fb4dae4d5e2015_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:29ac1fa368e8dbe9289a414838283a216990327713f551e1736fe7dd7a9b641f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:52fcedb5b99a62631152c1cf3d6635b4b115b8f477e9a87cfa54b2b117fd5804_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e58c1ca56b701bc315707d22b8c5a9a993ec71c0a0a3413c07b6d3b402932939_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e93f5dbafdc1243f42e7cc208794d0ffaeca32e3de64cd9d3e69cc2607b92666_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0062308310806e0738c8a921fe828156f47b8b3c04ab2f7f7481c74c6ffcfc5f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2a6a81a06895d6268c40d8165fe7858280aeddf326dd5263b680458c9370a8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:980594834ff459f8ca748637df57bb43d4b5fdf1ac1c214bb802411d9b446291_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b83e42e0bb480b7ef5e351e7a2f486c48131b8c03161520700e6d9ea647c103f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0dfbd1ab614571fb283bbd05ffbbaa3f7e8bf5f6a5a142c107810b498e59b2f9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:124372968321b4de487e2df20fbcc412c8b48bc496616a3b98ca679282088a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:800e2f6282ce6bbd45de3b6973c5780b2a3c5b65436e15ad8af8c2121d6aaa04_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2b7c07633705e835e865d57958eab97e0b8369acbd812641501a2b2bf03de9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1353f68fa50a0c2c1b5d874a37aa0672b99a0c10503aa63442892128f887acb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7dc4d8adc88f2e8a14eeeb8c14a2acdfa591a39480f61492a2ddf64623b512bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:88d40f72b3990c94bc7b4a2f773672554e30777009133ceec24e85154a7f6b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3bc6808dffe9eb858b566df8a13993b6e30d81b6e2336dbb6cd5103b469ba2c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4edbcc03bc6496532b203f9425c456c61492db53afd588cc170c08b1ac2d5fec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:cc5741e2b0738e9de71562779d212cad364d5a9fb81765ba0b458d6c206d67fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:702c8cdc5991d28274e3ad9db2dc52ee7103d0f51732e720b6c29684f666467b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:7441a02e3d45bc0e20e43f0c3e53cee9a1fb2a6a3a2c94e2ed76834e7d881c0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:36d79bbcc52a4ebae2c746c902a08bacd594863d19d7a4322010f5ef38f50157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a5a6ad8b923674738717cb1623b4f0b2b9862e752e06190861e5ee12c4183a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:388b4c9be58b98b14410289da8ad730558dd617b9b53c9196025b4422e9304e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6836ec3fa394261eb5882c5f4b6551d3f0238df1d58a2c588456cfd37d9bef82_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b33163736d30ddda12c2791eac4349bfdd67f0f81643aa4f2b5d885c98e62b12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7236958593963f8ffa865d9401f15882cd59c6421b998151bb547cdcd14b23e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:60d0a3a64db58f7600c885613d565e405d97df6f0c4cd1ef1434522d208992b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:854dbe4befa793674174594e6c8ebed749ed531a0bb695342a7ae169160f1073_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d733f01565f6ed3c9b4cff0af72aa57fa5519d5db9748b74e84484db87282ba4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e5109a0e7cf6fc54efff1ce9638d2a53d8a165a27623c93850c0d8a2a2524d6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:13dc3e85c5530cab524cb1a5dff17360ed1cb46d94f30a7adac311be09b2ce9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489c60dec22263a9585352450741ad83aa73a937b0621e2fc42823c8f22e37ef_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:cb24dd6cd30ddc7405d528e8bbd257778f41c07f51e1633e03b8f220386d5670_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f96c2c4733bd4fe4f2b3c6069bf037c8cf807b24a340bfe4f205647f718665a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:23bb31c71b6bf54526279491b81ca9e0fc434bcdb3d3c2408a85fa177fb90ef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:36521082a067aa56595e3d0231b3b423e555d86a224161587aa4189baa78105e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a465332a8f3834786073f9b52c5588b926c1177df4b3c328c69de7d8437ec344_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb9af32389e7412c862fcb4fedd528dd0f07a12e103b1f8907c01a77e365d613_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:37ca8f13d281d92775e51596aee93fe5c03ee95aaeddb9dc869c273ee4ad2d52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b4ed9055c98c4ae1557b7dc4f65276ec4199b6f52db6c8fabbbd8f64596d9931_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c343465a6b7d2f321cc1e9254e7f828940f2a757ddbac95580b416d9baeda87c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c9939d14d04be600248c2cc4158d304822f8253032121f13795140cb1e8e9850_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:183eb5acec96392459d6d6057d624695fa0b7a41103f79f021e18f54aaafec50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3b149ce66456f8aa5884634af0ae1c4b4bc4847b588097a32f816fd9fad6644b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e21bc34e64da8bc4d642384a408ea0becfaf59632a82ff4c743b8e0b70bb3e3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eb6e17d1aef5f5c1be06340f8e87deedd34d84f8910a8320e501b58fc3da3f17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4b81874df1f118da8f7771c1bb871a742568b4d67c112c437566ec0b45531559_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:91767fecf431d6f9fea140bf7d99b823678bde3a72fa63b03a778037d1910924_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:96f8f681c0317474a172dc7ec31e1a6ed7a3c9c723ffb43854fd5f8a3fbe5090_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fc52d8f7076782ed408ae90c06e40d87a4ebaa0daf4f92656b254f9269d20247_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:15c7a82f1afc208c9089a3452dc78a5e19491807301f74fd6a23f8b1733826d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:491fbfe84cc89b3afe3dda26b493243b87dff542ca506e1f5f3d2e3a618582e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9ba7998b1bf06e58b83ddb0c9dabf1e44a7101bc3d9e17ddac216ba289fce175_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:fce55075217060d68e72537b88b0071e5dbf9f9e7c7c54445858410a5c0c7f17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07ba2740a026c4217eed41bfd2c61b6e3c57f8d825653c1f1c09374dfd1b9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:702e57e5a75ed001dcdc50de5a492c2a265ed4f4a4b95a873f1639f05c7b8162_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f1e4f1dc2567205178613911247f55bcb2036509e7e58b1e204913a2d39d98c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fb6fa09f5bdc082175a701171c68a848bbe919ee30a7513f0357e35895b5cd65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9f89f0e5dfe2e8fdacada9541ae5f9dc35e78d15da1374f9c1d767830f2be3ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c1f0a018571e8653a6fef6033f9ea27c512db1a686ff5ccc2e0e849cbdc8603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e600d1e069ef5c2066a0edc9bde2e42e90df4cafb75b579c5bc21cf3ba2124e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fa423b983bcc818522f30232ae0847ae85c984e692910f92ae9e85fac10906b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:175865bca888debefc18d55932b29fc3bd84c7d0d3a7d9c77a7f8ec168a7b7c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:634a8f8f72efae0f1b5bda8844f1c056c7ace9a51b334b62085ccb277b67dd9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:742c9cd4da1f410bfa1989e64daa186587fe46350f20437105018ceb63bfb2c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e54f0930c28b973a778f2d056d82eae36419b9b4593610ee7cac8d978eb9f186_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0340ee718db89ded2464c6a3a82612d0db4ce5e852cf7c2f56420e6cfca84b81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5661885894bbd75d98c8d3cd5e21dd8cdad7936a52bd6eef679e55205316fd8d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7c52513be95769e21d87947a8a043dc4eeb50317651fc8219448e788cbe18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b6a1b1ecf3cc62071e1c3abde7d316acfa7b6a148945bc47daa36e82f6694ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:23120d584fc09db0acd6fc28d393f763af6fc1c60b9582ce984c3ec00eec561a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:57919a4f16c69da25767d0eaf5ef7c0c861c41a94b211127730981751613101a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c4ee5a8d42fe23b9465a4f43e411ff87060e2d4af6bc4e1b4cac02f7e2db2906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1fc8751a826f87fec69ecdfb861a623e19ba98ffd62758cdd7d4e82895059711_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:77256104f01da4c4124eb785620bdc82d68350d5466d452ef267049a7a583c04_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:aa0ecf40c0f842f4306d5fe1e7ce20a079c70ec636e349433e6cf486bf51d669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:15670d1abe1686f19bf352f0bf4d7cb6bf1a0502f1b3d2956423df89748d58e2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:45e22bd77922b1a618459b192b012fe9746c8c660e994b18a9c58efecffb4c51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf422baff0660590122f34890eb53b57781800a40da75ddee4cec57c0990f0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a466c5f12fcea01921d26c00cf78b3ca867b70c7b4528d7816d885fb033fbfc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:baac18062ffaee4c24a12f82bdedd40e944aca27fd956ff8d3f9e9e33e85903f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c1de3713ca148516a9ff106f1e0115fd276d139ac5c60b1f5ba48396fdb89a58_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4da0428c21607dc082fba3e856b96a220ac01ee6247e104121a3c9675f236c23_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:61751bb9f5c55919b2cde109364ba3d4ed3ea7afde0d2f20fa1f83f77fe74e47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:63bf712095b12bffb31b0e89ffa1899dd08155335be33fb5dcd6f861f762add5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8189a6e73b540ee8ed9e1a56846cc846cdef13ff8aa1242b3b98f230f7e33712_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0577052ab42e62cf16f39ff935b0665b3777c09d445cdf0717ebdd21f2cf06ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f91e5b7b54a6c0d6aa93c8646dc28e11f811776063192f578435f3ef0104406_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ad58af0413f0400f3030d71068effea5861a34de07e4eeea57644a4ab5db684d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d72a5883c9858bd666bc4775a18fab33c3fc18b47eb941e09e16477a72c0449a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1042327360782d2e88c8052284f0f4da7871ab9994dfec6224899441ea01a5d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1dc9a844b4486257d3ec08c7e8253d70e1dbaceb4868cd3d78d31f445e8c3da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:26990739abd8ea2efa4c2ef36dd5b1123c08d6084b175a777a6a6d785f4a4698_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:68e6bf59350cc4438273711b32d207f12e8747d5ecb9a2f467b1a380ef1c9521_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:17b321bfbffeb8f5d8aa9e312f2ecca26e568ee813045c1fad94e62fd3dc4967_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7722f5af8db87e1b37dc26e516db3db08b79bc736032763e3620c5d15412da39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f20a9f61669a9479697b121c9059bfe8d6f8994f188d17b6f065aef86e09a38b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4949c77e627c4e7fefbd8386acc1e9d9c3d49bfdd83d79d733c87127baaa304_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8d7c3422970b393710c96abd00caf089ab56e461368d70dee8b55317cbf95d01_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fd0804ad28f92daf399979f94eef3cb21019a9fe551ed7168db479829fb957ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5bfab6aa710758442b2150f8c1a425035b868f3e0925a696a5f15055409be983_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e32e09d25a6b8c104311960598354202007c813bf11f8c1d563d0dd5452fc95c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3da8ceeb98629302bd2673a645d1828d2eac0ffbd062f8eef18f3e619bc59e28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e6c36fa49e555ce2546651db02351931fa884c53754ea8e8af3debc6c2ceacbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ccd06e1ea55a139b06c3f540caf6a4047c79ad5d0fb3f7e9093d70e68b7c4abf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3508a0fe6a54f00dba6d5dcfe757e685a7969bc1e644fc39d61629b90693a82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:df17c450b2b6d1c5371754b84fbee44ee946dc69eb8e6723226da16554369361_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:b3975f890288d4f01b26ade31dcc882a1515d4e4694e430059e01ed429492c25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7ea57babc166219826f03d0e7a3a3822d13c3b4f6853ce555f03633ffa8d3a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e000741ffa01d8bc7a169521886e56d32b5b24201229438339d6809d6e31dbe1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e91ae314d5333d44a12d234e61872ab12b8f46e10dce14251585f6ccf5e6b99e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a6c34a502b2f95467a1500319d3ce7071a529f0a08c92deec4e4dfcf77357c12_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bab16da3ce17ff21e959c6599f754287a144e621981bfb2a4c1728b538de4e33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cb279aea0c6133081db0e4f05bbfb54c20ca9c04da25e8244339ef46ff4bf4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ce5d5c4f3de33e5069bacca55a9b5faeca79d62d8461aecba28d2b11afb3cd02_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:684267d7831bcc940a51c2341bb67c717dd80b1c5f8af005a42610b55326a019_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:694c40e151c3361c2188fc86d5cefcba12aada42c7e2cb497dc885adc2f5d4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcb9f937e5341b0da718d9353623ed1356c5d49dffe68b0c33fe918a1458a39a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d576b39a46443df9ea29e21a5ca7366a2d5b1a32650acb2a46c5773cd17d9238_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4bb7fd457be7607749aa9352de45e5b326929a871376818efee595d65187f826_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6eecffe40ef54c7a8724f4dd99edfac6dc378382bb74cf61382aaa186425fd4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9e43587f72895df586ed1bb1e452cedbc66d840fe6fbe537faee5b7defe58a84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cca8c2cce7419bc5790afb2a722307367469da7a28155591fe18c12cb24961b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:072345fdae780d19f3b4e6966d1599773139e08ba68b280c2fcea869bb213620_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:308ebf670447d73ca911ad491ba41e4a6d4fd03bed1070424acfefbcf19ead87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:53a33dd5cf21b736bfba5fc13ef33ddfe8264d51fe1477506503678e5194f020_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:acc0e6f9c9aef0020ed78749b35d52e565f2317f2d29b2c5501d00a4810d8b14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8ab6bd60966073cb9b086992881d710afb1ec4b30e1db77c7602623a224872ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cbb5473559deab68085ad41567775801f64e764a35aedfd4c9b9b5743b1e4a44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0c2b5b1a0ef225bcc02d3dbd6944f88d618b33872ffb88a7c114ccefcc299596_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e0ecc09b1006e7a0a3a2d0b41c87e925348d134e9a7352d7df5f3f173d9690bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9c40b914ea0d9d126456f3f7f80c0073c344761d67ed2513640b850568e82b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ec74608f3d8546ed397058cb5d38ccd214a9a92320d520d8c50f5bdf18409721_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:13345b9468261de64644c1c96d2387873440c8c7127523a5b461bee5450c447d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:da1bd06075f47d6f489dd114049c86c5ce33917b9fe9de22cbda1ebcee0ff60d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:029c20e4d462868765e7077ca4262957de7ad9f13f04326077fc4eca8c5b5b17_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4988c6b8ec6f37a6bb23e09378107595478329541ee9ab84bd385105fc7c5a09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4d00fb9903ee90feb2af895cdfe06a7af0a56945ba7c199bfef00bb6e35100dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cfadb921c7bb4d44dfdedef72eb603424a9da187705ca53f95a01dbbf6ca06f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29ee2bdadb66483c4367ee786b1b0436349129a38bad3e5b93a53ad39abe8663_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3351fbe3803b227262ff81741436304ad6eb71b3bdb3e13ed35acbc2dc73ba22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e8d74650886c6446ca43bbfab1cd67e5ab8dce588cec6f1d201b6a326408c043_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:feea91dc488e1622d255501a667085699d75606a246500d2e901dc4a0baac812_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:74899eae2ac7442e2ede593c531bb6e946eb3634a156d1b86d8cd4e3652fe33d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:929d27000955d2ca2913ba8a380e0311762522a5c1cd6a8ae1790d6f1d7b4e57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0e470e1688c46a124670f599be675d9bbe4749f8b63c53a75598f8bf364874c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b60734cdfa13f9e712f4d9e3f3cbd9497b1926096d30f8f8ee146077e787f5fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:42df3e6c25ffe3e80ac67f58718ffac17abdfa46f689affa9863c7b7d99e9a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:490604a1984625124ed2247512a17cc1d45d3a9cac6185031b5980a2b65c79a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a686b7330b04572b42009bbe845ca2795b126dd1612f83529d8d828da0945c24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bd5381832cebb5550404ef3431ee6df5d3a8d0ac3649c049adc7f087ae44b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05d57272e44603533f26b495f7c9e7ae714c7b43f8b8d3e66e97d0285664e455_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:45075f5d66594ad0eeabab1c17cee0cbcc361c2e2249bf05eab171e54f0f88b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4a7ac029c0a0c0c3ab3bb1530dee7696a0ead173c173fdffdccacdf65ebd9a63_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c1412a3b80cc54386741cbbe827f5e2f9606cde550e3079986473baae05c136c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:35bff60c3f8af7ff811d9c7ec0bb6ddfcc44712926982db07f41b7152741a03b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bd43e454ee2327d3f5aa260cb8256a48d3b64ae820ce1c9e4768a6027704278_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7f167889fac1d44e069f7309902ddf0009cfc37265e8d5cf821dfc5034cb7129_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:87753e25c002237af6561dac8a89eac6c806e01344fbd710a28004ed29408f6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1b14a91d11f12dbb26882aa92df0134271262a97c22ffc841edabef321bb9319_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c82ec7e60288e93e538c128c1ecf6a0b1fff3d5a6c009ae1d64ff84e440bd472_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ce7fe376ff3712ace67e1ba2de1f2e0e60f2d71bd5aed0f08b2d87c914cff3f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f25102d0cbd3c13f03b531f2bbb62771dbfa852b5624763cb7ce2cc4a33ac32b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:68647d1b32fa69355475ef0d272e5b83f12a131a83cc91caa9f4d0a4df483316_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9cf8d676e1bee42c8de987cd24a3bdbb3e7a2516eb015f2b90bd4aaa0231d4eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:5f72f0f1eacd7cabd960e1862dd602bd39d503ee356fe01e6ef84190b046ac80_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7e8be96d55cfea818482bc2fa1b933ff5541ee857075f764006bfa3e7a616e69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6c5bd7fa54fe0305c1031fa3fef057497dc3aa8742fdf0b9de9bc1818863c0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8431b52b0e3d3efce6d505caad257f6f2e099d4a6108872158d511fb5884c390_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8e86a742b7b8a4f3310cd8650610f0065fcaf96625ca32f0467a40a535001d25_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0d1b17af3e8e8e0dd85438941fbe4e34db2c6304d5a0a322a2bb21ff39e38a83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:832d89ef2f2dfaf6abaac2691eb6926333cb3307de58e284eaffca6f655c69fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c836aaa6b2ce422afc3d042f7ab178666f56bc0622b2a4d4260f3f0b94bb47f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ce84506a31040f6a86857e207d652f2f74bb14671b355105e3ff12ca61430e51_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0e9805ccd6b79ea1c470ee2822acdb9a09d373c4fdac21a2da53757bf1921590_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:235bda1fc9fc06ca0280e4dd070436877309a9fa4a94d1cd5246ff0f4607e7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4362ec8980b9689038129797259c232c6c313dc11e735c1130ffab0391083030_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c678eb052097386369d532efde0886b03a467946f043499ed71952f45d5b7e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b05fe69663a9171e6312a7049327234502f94db8a867b24d7fe9f980930bcbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9cfb867c320b88bb57eb2c781c50ab9cbbd09137303f3a97a170246e3aff18f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c3333a9969367f1adc605ac2ef49fb5dbc7e080fe0ba31c7e88e54f48e40cf90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e4055e94dc142f9fe52117c52e6bda73c1886e73e7b39c39b4039e372643b1f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:08d92f3afb2bd3142e0d5696a26978b64a59d918fc35e82345af317683ef4dc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:45032d9cd8d2533de51e5c844c46a8a37cabc57cf332235113a9c5c4a4027438_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da42cde7df64067b09cd49fa7ffd3b5b4edf9e77cc4a4e9e55c12aadef45d822_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f05566ebe2c952f979cb9c1db6ea9abafc82f28ad5346bebb5bb31bce4f4a6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0411bb057108ee909016d62ba2bf335eecb4939c401e354792a099b7c0d2f23e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b2996f3947c94d8e6806ee1f961b08c4f9eb69342c4fb1ca85417dfbbcbc3b75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b36279a7ef2b362a2a67f85fae5c88ca11c564fb34fcf316a6a6f277f71398de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:dcf0716bf7a0464ae3bb2fe163deff3a58a7f599b823713e4392a98ed58b8588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1f5782931d8fa5f495fae9b5e959fa2f3de35f83b3896d3d741d3587050134ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d2a8a53e10644ebb73b68d7b423710e906a6054c2e9ac3b830f453c291cb1c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b142306c4b51e79a04b05c7b9e9a2001426f779a00f6c6c27e7673ea51659d0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b2c74e62ad6092cb37f4bee074a5ea6ee88b51ef023153679c2278ecb899f0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:47f4066a4964a73e1aae82781596412ba7ab9d8f469a70028adb9d806e758aee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:91edf5679018055bc2cb9189d05aee7f35f339ad6e8abf7e1ef37a90c3c6ff35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e136d89830054e802b1a7aaa31c7f8227b523651e4846e84d19518cf10aeab5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f7ee77e4e4315c73115cc05f26e0ee03a93bf990cb63c04154316a947c5b352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:133ccf9f78bcfe2b7bef54e71680c109b6f81de94859dc89c6de23ba9ce57c28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1802e5aed81d223d24f88443bbff978041d986719ba820fe2c5d00d8477c1dea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:19e32d346d837d94a6d4bfc6ef8e885027b57fbc8ded658e3f00a55b0fdf27b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:87ec09bfe32d8c32d65aa99a7293a03d23e118102544357a9ba5c0b1e05eaf14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:42920de3972399717137c0744af10ce48c7c592e72e11f583ba207a21edd20ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6bb8160b36d881a35cb8ed8a7f4e07fa38553c7300855004eb5da2bf768819d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b039485680f09c50aff0c71f3976c8761403bc267c7284ccb29fd11763932a41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fa5cbaffb28ffa756ca827a881bed14ad5d90db8175852cfa90ee4bc4e6dad20_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5802a7777d3a254bd01a45f128e7be03f94b68fe726e4bbc8cc52d7c3844d1b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:64207016e895f0349bdaaf489b8795707724d5e1d62658e2093936a64c968db9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b356b6f8d9d1b3e4609052b5fa4a8aa47fe67b1f564d4dbc9f0abd4af10c647c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c888e47c15c9751697580d6ee497f984dbcb408d03953891956044bac798d822_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4b19befcb17a70af1ea28a42dbf22e70c8bc928a5655a739e2f98212aceb00b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1cbeac7ed455afa8dd7241bf2fee2d03166a3d8bf1dfe64273a556ecb68867_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69a7a0de421fcf89af03ae68995abc6c4eda8394044006f486bf7fd7b16ec36b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a553406f5b0ddf7acb3a42e7ff101f757f4a09a9d3fecff002d01c2ac1d52928_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16746c31cebbf9f07cf1d3083af360542a8249d1f6eb1969c1feffc26a93691d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a4925f21f4f61fdb443364fa763a7ff1ff5149819c38dc463bceb46873bcc70c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b3052691f973ae1c0c9f41e76acc59b2efa78f2e7d57fe1da917b31f734810f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c1c6a667bfdf9d0ac38ed4115833c4325f3aa3ee0593a0a6cc9146ade49fd78d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:044bf80e5c2b990ad7ecc1ff4814d059f58e879c2b6617cd0b2dac1d7f79edc8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36bdf161183a06c38abd64da5be55c4674431a69704f170f9a8f0c51be95c7a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5b42b2cff69fbc6906efe71a700ef6973fa13cd86c9adfd8722ab9d8ed25b1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5f872840506b1c8abc268fa6ea1d57ed81c84fa32da9cbca7821b40245bf5c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d68cd04e15c824bc6f1febcb5a42ba95aa26eaab175fb8f424881efeb1c7a07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9bc00bf38452cb2358537c124f0dd6110c7106045bdf2a15495b8defb3ae5242_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a85e25902e8e054f1be3463fd40d6b5af980363d498ee0d913fb4cdbccc2e592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b14126b5040ca5cf901c8f573d37dafbf0b05e584540e1a643181dd97f7c2cbf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4a1b2a272ce4c32d1fda51367ce9bad03be019f367a1ed4e9c9a2fbda287fc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:81d8434d48d89d5f3b60ac557be133efe8b8113ad4887fb6e8580cd0ebb4ba8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a7873c5435fb9edf2b8fa8749b7b47069dbe950fed08786f1432a4e6ce90420c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e6a0fcd04d4d8a89eff05912d259f0e4c7a137e9a3d6a4070aaa13871cfe6461_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:a8887e0f9a395ce5ef3797b6884b6f0c6b168ba2131f5b8c3d6aa0b1754ec8f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b653454caeb73f2c302148ee23a68b9e15b8eda218ca12dd86857b41207281e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:02099c02413da5dc4491df4d1cb300a05e9d4839874ff7709ea59da3d76e5913_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5dd99f3952710ffb293d4d454a0194ab2e6a76084413e0cb030a5b2202c989be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bf6a1e980a2a712db7415bb2a3558f9d188ed060f5e6c9b59607f885266f7150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f494bf233d2f0fb28c8fff72284dbd7ff25a75b7d74533bc3afe4d1feb20b389_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0caa0d8d872ae2eae9b5c77407f04b5f38f4dd0529f9d4d33db61c970e0363f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c3e1da58d12cd6aea89dfdd9cc2b0ead0d8450625db68abdb1c8d6f5ea30649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c4b970dfddfa290a551ece9a54b435cec0077d40e827451ba7443ae731d0464c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:daa891c8030547be132f8e22bf09b293b547995acbc3a9409953cebcece4deff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:353544a66434154349f0dab46018a07075d4a5a872bea22ddcd999b896585f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:455fbe4ef68a330b3356b7a66528f443c09a25f87006056de772edd1f0952806_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:50ad4f988389aa107f3fc0d4ccc491be2a9fccf895fa381f55bd92ee7310833f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ddcaf49e0bab6e6de5fe6ca783756bacd52be07d68c6b047643871ef8fbc1d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:642387df8d6337170590ca486001c89a782152829be0f9a8e3091758296f8637_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a28639a51d360a17d9a3741d91d5f74f978b4739495355194540a53cb9557441_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f280085bd1002d2c20d538cd9549ac2f5a918453d6b893f57b024f7547926990_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fde4c5aa76b65e80f72f2515403f4dad09a3078b0a5faf24d0e05924c25a8d45_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a2e2422a1a53a856ac40700de5314d0eb9436d817ef328b44e0fd6c5fff9c5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93ddae0bb356d0e1c0938f10bedc530b3d9371fca4300eebbbd7b41b42d8a43b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a84ff90133a72f0826a0df6ee1b9689a1b70daa104d4883a3262b3257d5b0fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:edc898298b21c7ccab7f1d68d4ab11aa61081f1f2fc7746773365b36c534e7ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:112e902ccf15376c78758640fd7fdd8f6ae2c11efd7f157fb2d98be6c0c845d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:436ade9d03f7a0752ccfad98e5bd58c8992a794df7a4e79c1d5f7f6a6ab76093_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e5d81b263e26b9288c621666acc89eb482c8328f13b0a617a05b6caf068b326_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ce2bbd475030356193bf43696405322ac96dcba239904c39e58081b97620c5e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:adb0d6be2e2b6bdb679812ec8b062a2bf657e4c21734c71b075b90d063b23962_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9878e9782202656beb21dbd50e367651210bbca74243e598b91f0a3f6449f1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca1f32edd5c87c0e78d2915c507cb6e4fecc1a1929098eb3ce38195cab883a2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f01986be6e85a6341fbb62c751e299257683be773308c8229ac0e0f2a740bdb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41da034939e9ab382852bbc0f4cf224dea9b767e13f0e2723d6210e4346b7cbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e51e18a08c467d96dcebe9e342b3282fa065e958438382e3265850c5293ab7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a563d5cd0699c7134e044f9d28467a9ca3773c5b51380eb20b5871dbadc07c61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dcb7a952ff00c6160d393beecb346343ecbb80f6d7e857361e3a69cce95b6ac7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ee07ee500a2d2d472c633159b48b218b8a5b46d6a0510b9ae1b5934d0f4a736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b6510cddb9542097f0a45ae5007cee6e20f8dcc85aa1fb2ecb3681f833f829f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:edd6b2567cc227920dfcb73e0e4cf1e387152786a001fae39c26d7f5250fa9f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f93f52944c383c8d5e906124ad2eb010788de038c4d06a9659d142999f83351d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a80fe4f3bcc908c6319a5d39d830e353627da6af8cf523acc1088dc26a71372_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6803900d0787cc8d374243c8e28aba0d76a34e2d5138d23adc8b050511950e79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a6529968abce5be1869ed7424d1c45e16e7c9ef1b7d582786466cea86d678f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdad5a93246cdd3670e01926aa7839b88c92e3322028496d876256d683891d70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:00025c70d86623335145b1d2dc67b6f61decf134954b6a834e9b7ab8a8f87954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2396ce52c39c107a42cf1dab6aa017367c97ed7d6bce0560c0bfe5bc16010ebc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6b8dcc8d916c63bf385f15f188a5165f6d41b7eab2acd1a32dc9a1f3909ca837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f483223b6767731810aa1b9b1258cc5776e05b170a7094ecef4bdae78199b08e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2905fb94a4bc0a2cbbd072ea87ff5bf5a906ba2e32f5670d607732cc092cc33f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:47d40d90032b9bb4b193bc75794abca7b61b6a7add205eda409960aac7ce1a8c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7bec39949403ed079d08c41e0dd57bebb1e5dbfbe5eba8bc45712ab93e0da518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a1ba3495d82a2044905554163c2d362ffa4e159578c8ecfe9dfe52070d711ac9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34ed77d76c9e4675240b2e9345af38f019f85be0c2c650c8fde0a80fa1306bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:41ee6d6c74e5b734fe0328863c1878918ada7e311aafc121f43bdcbc0818db07_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e1b70223ce556b8b73f9ffded2deab8fb0fe85fdda4c123a000e3788be12e40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce40abd6cc558b3a555a137e3efe65a46ef98e73c8ee58d6cc8a737d5c2a305c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:07def7e3f64af0be31a56cd071b9a7a6f67ad67d98b064af777dd98fa8a20079_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80cf4182b92e8a5baf4bddec2e8000ff41ccced7abfb674bbdac9681a16d90aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97f6eba66ff9e73a6da38a1bfe452f7274311d44fdf6e656a6801f71f6596906_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ea2978d0580f114c33cfcaa21101e5d3ac55958bac696693a10085e198279a33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:081153430cf4a92a2b7b5a688371c7a23442b0afc83976d273219bdef836c542_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3dc89f35b1e5ea9a760930c380c8f4c40c18d7e7b0d69a25896b97db30a49091_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:86dffb1f23f3a8351a502f6d61e7c54b831fa6f616237e77396632d7c97ceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cfd81acedb75a0674007afd6125f7ce8c7b614652bed48581dee06775f396347_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49bfe73361edaa85b9edfc0327595252d4093e30ed84ad0193241986156365c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:86bcaf2f781830c2caff52e380ae4b65b675d44e9e51e85e26f329fb236eeca0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf7796a72d725021fd1416e93b53535d9ea7adc7bf3168bde1ca2589a637253c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea3be0ed1519fa6e66bfdab3ce2063ee6af31278a3a4ed0009f9df6660736ce8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1007e5a1b822eaff5662708ab788d624840fa28d27567b20753b32b2c8432215_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5585328e7b06fe655493ff8bbe5248a4f4bd0d24d5b1a59caa512aebcc0fb978_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0d29d7299b09355cabec3e57b22148e05ba7a59c32132f590fcc7ce2a97e4ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ed0b5d8bf712266451cbe603b94607ebd07c008a1c75e5aae04e313609c43810_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1ef3dc45fb71708b17caeecd758684149766ea678e3d88371e86984ea2e8175a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a81632d9896178fdb0000347c91b492f4ccf7f7aa0fece618d457dfabc023a50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c5983c594564adf834bfb683869a5ca018f7754619f13783f0edde7dc226d0be_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6931ecf02bfce058fb479d1a95f39195c1893bab1cf01f90ea649bdf0b1dc76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:885af7b0c37e32d8d0c43507feb37547c6a7e75275f14aced15f0563234047a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9991f16794aceb8e51dde763300af50fac48e104c2348c9d413156c8bc82904b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bccd56a81ae39df19741914b76fe097c04863c2edefcdc61faec2b2fba118163_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c69b32e13ec1078af67b8ca94328f47fc8660e7aba8247638d8ee487a43f9e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e31e7903da412fba7f896c8a4e42dd4dd92f47ac828dec45017f476d90834f5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d03224707c0b2f4f6405411fa01f46fe0a01a9538f507c558270a081b6b2e26f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:91a139f4fad9cc9bca3ed18b2eeadb17310fca8e7d99a34860be7e76f0e1a9e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:e1177b56d8ea441cc0a5a83cec5e87193ee21431c628c8a1285b97257543c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4857ea45b69119b4320854a863b55397e6fde7716bd1fe11a514d9170d3165d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b50597985f4526cb52f1caee60cb6205bfe291e84f0e0fce87e972f4773dadd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:328e0c93a26beb25c89a6396fb95fc49b462d2f47df1c6268ed04fb67fc85c3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d17803ab00c470f6a9ff971b41a5a67414ba982711e2eca0df749e0a818ba113_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0ca843e0cb7db0c589ca5cc45190592443b5c645ce6341fc54b8a67006f7c6cb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4e6d6472c600edd7bae2d0676ae1c486959c1fa9e05b98e311f544cd3acc061e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:78a64d54669450dbeed7832506f0ab0789844e93932581ccd21f8eaf3632efac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e55c06e5b5ea22d2933a08022382121687e8ba343e89339204c78a6c843001ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f5f84b2c9abd1db84c6465febb5ec170a75e90143a9ac85c72b45a26b8e519c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f5614dac360801c572c4a6c9afce23112083658cab7c970fee5b04c9f0eebae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7f265e60f668e4db6a7fdba8fbf7a0a39283a19acf2eed48136bf25a20f113c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc6a081b89eed7607dd2ee724c6d073eb5baf061bf485664866c41ae8911242d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:191aca68327bcf64f1903c12b5ac704c79c651311b481d3af840e11c61aaf20c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2b43f3abdf33fe25e309057cb1d9c6b73cf7d502764df06f27296ee9279e08ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a03e611a0033f0e60dc7ec95ff08d5d8bc2da2163bb83fff4160847c0516360c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6688eaf87c4f5ce79ac72b69dd188ae681f22dfe195cfd6ce2b518bd027b813_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6e81efaab0cd0ee6ce65581f833d0519175d8638227f7396c497822dd6c43d69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:78e540782ffef1a80c9fc1abd7906ee79611beeb27db927c2919f561519b6b9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8aeba41420454c5f9c79634560b408aa2898eaa410ab132f113e60ea291d1802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a6079c387639d94f380a6231634e5e4d401ffd10b9e926807cb63f8caf2f86ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:387aa640f1946d76b6b013211dbec64814337590178db18e3730f3cb226c7741_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7521453ebe0ea6e4493477fb6d52e98a407c87331ddd8f67a80a8f1973d39ea9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854a9dfb7e0839aa615b8f841865628a8ed9ae2155a6dd0b75edf810c8d8a81c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8e9a3f24ef3db205b643d655c871ffba6f83c8c2c6e9c2eeddc6c78e42f36ca4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:12cf10184e294e67e6388257d57cfcf4f7109ce5a15bce5815b19d5b1af6b112_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:78896ce6401b729a4022d940d19a9e0d376f2c8f359a102d215ab3d2337f9d2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a6a25da8afbe9156b0725f5744fd49d3451b16f24a503a02424a2c4e295ccca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d32b6b51534b862a8438f0b7e4fe62b4143c577f0fbd43422969cc830ad0e0f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4e96e0977a944fb3c800e75d72497e7d04f7a83e3411c3451aff279f919472ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:772675dcda68d72bdefb02aa076250f6bb26ae7925ea03fda19d2c6494b30525_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c42ab050e003931a99e0b7a7592f32402ae8f7d20de6a4b4a54eff59e62e3acf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3fe48f3081ed4da729ed1f6412f8b34e1ee9113269a09be3725bdfdef0a172b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b585545d79d9ae8f8116075a607c3ba052aa40f7da93a803b9b089d644b3885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a951e448d3ef8f984e55301eea410c756ef82f146887111599bb553b175d604_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d9a565b2d22d4498e14970c5fce817f8c64ff4652b7502095f698b99d70659b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e3341bd95f9671e4bc0623fae37b055101e34af5bf1c47a811ed9cf43134652e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4e229f873d94c8d0c22ad88fcb8a36e62f171d9378cf7df70c07d87497733e57_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5184115925324fe623d24b11adab89b540b22fd83647ac87309c8107428c9529_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d107da8fc7a37b4290fc676218e08d041a04ec1f7402ffe591e53864a533de49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e5c4693e4d6958a1d917df45f60581fc195bd31a9545b382b4821c44bc9fe756_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10bb7081a7b4c5652d384093ad5e5260011cde36e29f6885812d33eff076aeb6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b88c8daa8ef26f250d1bf68168d980717fc23f2b17bff8227ec8d1f1b80fdf5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b04d0e861330313c4bf6e88b0750d37cbc2da492ba46def6719ca908b0eec2b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b58770841ab72cdd45b9e2a5718b5cde36b9a6aa0cf561b58bd9de69b8fbf052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1ed4178f8df624d299f55703216ec19609a59eeaa3ee6d33dba2995ea97404c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2e7e76690bde88a3fe35011c6ca88ce68ca13b38e7511c53df70b148aa227912_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:350750de75bb2e4b435db55d3e37e896cba0824f507b568c09c7c543c76a0b6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3d59cb2fa1b26e7d701f4124d2e0961649fc2845e23e8cb59c91c943d3befa31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:32f86bf471dda0af4db89ca118918426acdc39d9af9d10fbd8d21634c03430ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3f04fd86e4092965e2c0b4408fdacb967e1b39ac9532ed870481c36c3ec67c71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d718dc001cc68dde914cb4676b1249ce8a34d9991d6bba817d7cfa94980e9521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f67c39537108570d46c15b7c2b491a805b05eab3873b2d41d816370a16a5bc8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18350fab42bab502603e46cf8fd12f78def9a7f62fb7e6b3394207a9d9d35c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:443914877d33bbd5bb1ddc34f7e4ecbc53dd3dcb01a9a2dcb1b34fdcfc36285f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a9b996336b80a8a6d104023ac86ec42c7b80b2dd34feea243852f26262c6016c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4513566e4addb078bde95f58e327165e3d5ff51d70df3be0e3a993df228277db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:d7ed9cf433e7d4f69c1ac6643bbe5ac306559f096e637d1ed65ed903f7862f07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:79e036ef0648f9a098ed28f1b8c745fddc5b6fce5e5dc75d74eaedbd6e1aecca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1447bcc487a2fdf50af646897b7e75da709cd31b8db9012cdaf460525ef172c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:53b326596e0e3fa7fc7340d14cd6b1988193400c8f9937f0ecd943ce378e896b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5b4486b8fbf3891c988175b24f76ad5f7b66ab5979717e1e5f1e5f71dd05c418_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dd0ed75969903c0c170984e7814fa3800d6d5cd875982797abf32fcbae0f174c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:374e2a6d281fda1638bd69109a9da3ecce509968c0083f767b654da2f56f790e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:45be27b5ad64170c2f80898b6f84c09726cb64aa8d3a2a17d4d2141113fa1701_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7e85ef7d9b64740c17f649e31c324d046fe9428f1892c25ae5739cd899ce63a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9276f8a5071e4fc28d5f68fed01cca2c112e07503505491b0c3a6b442027d40_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
}
]
}
RHSA-2026:6564
Vulnerability from csaf_redhat - Published: 2026-04-09 13:13 - Updated: 2026-06-28 08:42A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Workaround
|
A flaw was found in Preact, a lightweight web development framework. A security regression allows an attacker to bypass JSON serialization protection, leading to HTML injection. This vulnerability arises when applications process unsanitized data from external sources, allowing malicious JSON to be interpreted as valid user interface elements. If exploited, this could enable arbitrary script execution, potentially compromising user data or system integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.18 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.18. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:6559\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6564",
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22028",
"url": "https://access.redhat.com/security/cve/CVE-2026-22028"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6564.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.18 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-28T08:42:03+00:00",
"generator": {
"date": "2026-06-28T08:42:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6564",
"initial_release_date": "2026-04-09T13:13:19+00:00",
"revision_history": [
{
"date": "2026-04-09T13:13:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-09T13:14:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:03+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.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3A4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774977480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Aa33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Af787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Afcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ab87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ad5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Af7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ae0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Adcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ab29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aeccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aaa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774566989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aaaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ad0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Aa42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ada9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Af542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Adc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aaa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aa6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Acb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Afa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Af8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Afa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Af04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Afc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Af48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Adec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ae7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ab2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Acc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Abc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ab8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774959132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ae6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Abca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ab0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aefc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ad359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ae0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Afc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ad96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aa73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Acfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Acb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ab595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Afb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Aae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Abd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Acb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775054956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Acdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ad97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aadbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ad98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634020"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Afc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ad581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ac574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ace63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774566989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ae6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ac10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Adf5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ad1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Adf2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ad808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Ace7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Afda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ab74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Adfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ab2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ac398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ab3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ad7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ac2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ad0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ab3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ac7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Af5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Adbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aeeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Acaf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ae1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aeb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Af20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Afdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Acf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ab1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aeeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ac1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Adcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ad6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ad0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Abbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Aa93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Af159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Adfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ab3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ac78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ae44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Abe4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ae9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ac0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ae747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Afcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Add620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Acb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ada4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ae935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ade39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Abee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ad442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ad6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Af85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774959132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aabb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ab1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ae18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Afb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ad08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ace389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ad18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ac632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Aedb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Acac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Addb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ad4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Af1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Afd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aeec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ab6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Af50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Afff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ab244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Af5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Acd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Af38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Af4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Afa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aaf2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Af1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ac9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aaf27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Add5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Afae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ae552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aa17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ae6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ab8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aa9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ad491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ae225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Acaa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adf010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Af4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ade458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ac7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ac4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Af28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ada78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ab9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775054956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Adc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ae16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ae9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ab23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2026-22028",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-08T15:01:41.556864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427941"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Preact, a lightweight web development framework. A security regression allows an attacker to bypass JSON serialization protection, leading to HTML injection. This vulnerability arises when applications process unsanitized data from external sources, allowing malicious JSON to be interpreted as valid user interface elements. If exploited, this could enable arbitrary script execution, potentially compromising user data or system integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "preact: Preact: Arbitrary script execution via JSON serialization protection bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat because it requires applications to process unsanitized, user-modifiable JSON data directly into the render tree, assuming it to be strings. This specific configuration is not common in Red Hat products by default. Red Hat AMQ, Red Hat Ansible Automation Platform, OpenShift Lightspeed, OpenShift Container Platform, Red Hat Enterprise Linux, Red Hat In-Vehicle OS, Red Hat OpenShift AI (RHOAI), Ansible Services, Hosted OpenShift, and cloud.redhat.com are affected if they meet the described conditions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22028"
},
{
"category": "external",
"summary": "RHBZ#2427941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427941"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22028"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22028",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22028"
},
{
"category": "external",
"summary": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m",
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
}
],
"release_date": "2026-01-08T14:16:22.461000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "preact: Preact: Arbitrary script execution via JSON serialization protection bypass"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:6567
Vulnerability from csaf_redhat - Published: 2026-04-03 15:21 - Updated: 2026-06-28 08:42A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"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:6567",
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"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_6567.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-06-28T08:42:03+00:00",
"generator": {
"date": "2026-06-28T08:42:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6567",
"initial_release_date": "2026-04-03T15:21:25+00:00",
"revision_history": [
{
"date": "2026-04-03T15:21:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T15:21:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Acd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Ad5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775174065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Afdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3Ace3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Af5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ab5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Aefe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_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 Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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 Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:6568
Vulnerability from csaf_redhat - Published: 2026-04-03 22:07 - Updated: 2026-06-28 08:42A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.4 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.4",
"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:6568",
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4598",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4599",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4600",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4601",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4602",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"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_6568.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.4",
"tracking": {
"current_release_date": "2026-06-28T08:42:03+00:00",
"generator": {
"date": "2026-06-28T08:42:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:6568",
"initial_release_date": "2026-04-03T22:07:28+00:00",
"revision_history": [
{
"date": "2026-04-03T22:07:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T22:07:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Aebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aa1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775183105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Adec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775250489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ac72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Acde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ad6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Abe166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-4598",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-03-23T06:01:47.891452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A denial of service flaw was found in jsrsasign. This vulnerability allows a remote attacker to cause a permanent denial of service by providing specially crafted zero or negative inputs to the bnModInverse function, leading to an infinite loop. This affects Red Hat Migration Toolkit for Virtualization and Red Hat Quay, which utilize the vulnerable jsrsasign component.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "RHBZ#2450210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264",
"url": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323",
"url": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/648",
"url": "https://github.com/kjur/jsrsasign/pull/648"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938"
}
],
"release_date": "2026-03-23T05:00:11.571000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs"
},
{
"cve": "CVE-2026-4599",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2026-03-23T06:01:34.008562+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "RHBZ#2450207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4599"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20",
"url": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1",
"url": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/647",
"url": "https://github.com/kjur/jsrsasign/pull/647"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939"
}
],
"release_date": "2026-03-23T05:00:12.522000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces"
},
{
"cve": "CVE-2026-4600",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-23T06:01:39.334925+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450208"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT. The flaw in jsrsasign allows an attacker to forge Digital Signature Algorithm (DSA) signatures or X.509 certificates by providing malicious domain parameters during validation. This could lead to unauthorized access or data manipulation in affected Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, where jsrsasign is utilized for cryptographic signature verification.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "RHBZ#2450208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450208"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7",
"url": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60",
"url": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/646",
"url": "https://github.com/kjur/jsrsasign/pull/646"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940"
}
],
"release_date": "2026-03-23T05:00:08.475000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters"
},
{
"cve": "CVE-2026-4601",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-23T06:01:44.014846+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450209"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A flaw in the jsrsasign library allows for private key recovery due to a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process. An attacker can manipulate signature generation within the KJUR.crypto.DSA.signWithMessageHash function to force specific values, enabling the recovery of the private key. This impacts Red Hat products utilizing jsrsasign, such as Migration Toolkit for Virtualization and Red Hat Quay.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "RHBZ#2450209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586",
"url": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb",
"url": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/645",
"url": "https://github.com/kjur/jsrsasign/pull/645"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941"
}
],
"release_date": "2026-03-23T05:00:13.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing"
},
{
"cve": "CVE-2026-4602",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-03-23T06:01:28.729668+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450206"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw. The `jsrsasign` library, as used in Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, is vulnerable to a signature verification bypass. A remote attacker could provide a specially crafted negative exponent to the `modPow` function, leading to incorrect modular inverse computations and allowing them to bypass signature verification.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"category": "external",
"summary": "RHBZ#2450206",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450206"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4602"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5",
"url": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195",
"url": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/650",
"url": "https://github.com/kjur/jsrsasign/pull/650"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175"
}
],
"release_date": "2026-03-23T05:00:10.567000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:7249
Vulnerability from csaf_redhat - Published: 2026-04-16 10:18 - Updated: 2026-06-28 08:42A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x | — |
Workaround
|
A flaw was found in Koa’s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.28 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.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.28. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:7241\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.19/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7249",
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27959",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"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_7249.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.28 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-28T08:42:10+00:00",
"generator": {
"date": "2026-06-28T08:42:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:7249",
"initial_release_date": "2026-04-16T10:18:08+00:00",
"revision_history": [
{
"date": "2026-04-16T10:18:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-16T10:19:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:10+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.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Adaddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775559294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ae6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Afcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abe5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Adf471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Acba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aa362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Adae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Add33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aa165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Abf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Adbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ad1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aa212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ad94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Acf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Add57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Afe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Add3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ac805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ace22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aa02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775561999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Afd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ad426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Aaa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Af7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ac3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Afa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Aea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Afdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Abde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aa97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Af1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775559294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Acd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Af5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Af2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Afb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Afb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Af51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ac1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ad14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Acba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Aae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ade7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Adeb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ab13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Adcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aa9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Acd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Acfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aeb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Afb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ae95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aeb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ab88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aa045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Af59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Aa3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Addb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aeb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aeca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aaa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ae605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Abb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Acc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Af3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ae5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Aaee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aaccb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Acb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Afdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ac0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Abb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Adbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Afdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aaff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ab7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aeab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Af716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Af09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ac3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ae3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Adda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ae689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Af26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Af3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aaa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ae04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aadedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ad83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Abf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Acff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ac68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ab46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aaa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Af3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Abe919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Afaf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aa10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ad2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ad6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Afc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Aa7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ab36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ad48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Acc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Afc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ad3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ae5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ac17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Af66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Abd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aacebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Af677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ae233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aeec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aaf94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ac16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Acfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ae6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ab06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Af4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Acf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Adae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aafbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Abfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Afc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ad85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ad710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ab7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ac17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ad48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Adcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ad1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aeb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abe277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ac5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ac28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Adcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775561999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Abf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ac5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ace9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aaa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Adbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Adbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ae4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 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.19/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:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 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.19/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:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 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.19/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:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-27959",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2026-02-26T03:01:14.695334+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442928"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Koa\u2019s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security considers this issue as High severity. \n\nA remote, unauthenticated attacker can send a specially crafted HTTP Host header containing a valid RFC 3986 userinfo component (using the @ delimiter). Due to improper parsing of the authority field in the ctx.hostname API, the application may treat attacker-controlled input as the hostname value. Exploitation occurs when the server processes the malicious request and does not require user interaction (UI:N).\n\nApplications that rely on ctx.hostname to construct absolute URLs, such as: password reset links, email verification links, OAuth redirect URIs, or webhook endpoints, may generate security sensitive URLs that reference an attacker controlled domain. This can result in integrity violations, including manipulation of authentication flows or account takeover scenarios. Integrity impact is therefore rated High.\n\nConfidentiality impact is considered Low because disclosure of sensitive data depends on application-specific usage patterns. The vulnerability does not automatically expose information from the server. However, if an affected application uses the manipulated hostname value to generate security-sensitive links such as password reset or email verification URLs and embeds tokens in those links without additional validation, a victim who later follows such a link may inadvertently disclose those tokens to an attacker controlled domain. Such disclosure is conditional, application-dependent like how the application constructs URLs. Also, the subsequent user interaction beyond the initial exploitation, the confidentiality impact is assessed as Low (C:L).",
"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.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"category": "external",
"summary": "RHBZ#2442928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27959",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27959"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df",
"url": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb",
"url": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm",
"url": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm"
}
],
"release_date": "2026-02-26T01:45:45.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 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.19/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:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Red Hat is not aware of a practical temporary workaround that fully mitigates this issue or meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the relevant security updates once they become available.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing"
}
]
}
RHSA-2026:7291
Vulnerability from csaf_redhat - Published: 2026-04-09 11:00 - Updated: 2026-06-28 08:42A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in "../", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A potential denial of service flaw has been discovered in golang's crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang's cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those that use TLS.
CWE-295 - Improper Certificate Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.
CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
An input escaping flaw has been discovered in the golang html/template module. Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escaping URLs in actions in the meta content attribute which follow "url=" by setting htmlmetacontenturlescape=0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go's `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the "old GNU sparse map" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
{
"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 Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:",
"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:7291",
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27141",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58190",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47911",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22873",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68119",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61725",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61724",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61723",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58186",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58185",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58181",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47914",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47912",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47910",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61730",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58189",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58187",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58188",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33809",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32289",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32288",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32283",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27144",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27143",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61727",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27139",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27138",
"url": "https://access.redhat.com/security/cve/CVE-2026-27138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27142",
"url": "https://access.redhat.com/security/cve/CVE-2026-27142"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7291.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-06-28T08:42:06+00:00",
"generator": {
"date": "2026-06-28T08:42:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:7291",
"initial_release_date": "2026-04-09T11:00:43+00:00",
"revision_history": [
{
"date": "2026-04-09T11:00:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-18T20:02:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:42:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@aarch64",
"product": {
"name": "golang1-26-main@aarch64",
"product_id": "golang1-26-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@src",
"product": {
"name": "golang1-26-main@src",
"product_id": "golang1-26-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@x86_64",
"product": {
"name": "golang1-26-main@x86_64",
"product_id": "golang1-26-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@noarch",
"product": {
"name": "golang1-26-main@noarch",
"product_id": "golang1-26-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26-docs@1.26.2-1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@aarch64"
},
"product_reference": "golang1-26-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@noarch"
},
"product_reference": "golang1-26-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@src"
},
"product_reference": "golang1-26-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@x86_64"
},
"product_reference": "golang1-26-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22873",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-05T00:01:17.475869+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436992"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in \"../\", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: os: Information disclosure via path traversal using specially crafted filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security classified this issue as Moderate.\n\nThe flaw exists in a local filesystem abstraction within the Go standard library, it can also be exploited remotely in applications that accept attacker-controlled path input over a network and pass it to Root.Open without proper validation. The attack complexity is low, as exploitation requires only appending \"../\" to the supplied path. However, the impact is limited: the flaw permits opening only the immediate parent directory, not arbitrary filesystem locations or files contained within that directory. There is no direct impact on file integrity or application availability. These constraints limit the practical exposure of the issue while still represents a boundary bypass and may expose unintended filesystem metadata. The issue does not permit traversal beyond the parent directory, modification of files, or broader system compromise, thereby constraining its overall impact.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "RHBZ#2436992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/05/06/2",
"url": "http://www.openwall.com/lists/oss-security/2025/05/06/2"
},
{
"category": "external",
"summary": "https://go.dev/cl/670036",
"url": "https://go.dev/cl/670036"
},
{
"category": "external",
"summary": "https://go.dev/issue/73555",
"url": "https://go.dev/issue/73555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4403",
"url": "https://pkg.go.dev/vuln/GO-2026-4403"
}
],
"release_date": "2026-02-04T23:05:24.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os: os: Information disclosure via path traversal using specially crafted filenames"
},
{
"cve": "CVE-2025-47910",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T22:00:44.572202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397528"
}
],
"notes": [
{
"category": "description",
"text": "A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: CrossOriginProtection bypass in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "RHBZ#2397528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://go.dev/cl/699275",
"url": "https://go.dev/cl/699275"
},
{
"category": "external",
"summary": "https://go.dev/issue/75054",
"url": "https://go.dev/issue/75054"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ",
"url": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3955",
"url": "https://pkg.go.dev/vuln/GO-2025-3955"
}
],
"release_date": "2025-09-22T21:01:55.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: CrossOriginProtection bypass in net/http"
},
{
"cve": "CVE-2025-47911",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2026-02-05T18:01:23.423406+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437109"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "RHBZ#2437109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4440",
"url": "https://github.com/golang/vulndb/issues/4440"
},
{
"category": "external",
"summary": "https://go.dev/cl/709876",
"url": "https://go.dev/cl/709876"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4440",
"url": "https://pkg.go.dev/vuln/GO-2026-4440"
}
],
"release_date": "2026-02-05T17:48:44.562000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html"
},
{
"cve": "CVE-2025-47912",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-10-29T23:01:06.642219+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407247"
}
],
"notes": [
{
"category": "description",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "RHBZ#2407247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://go.dev/cl/709857",
"url": "https://go.dev/cl/709857"
},
{
"category": "external",
"summary": "https://go.dev/issue/75678",
"url": "https://go.dev/issue/75678"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4010",
"url": "https://pkg.go.dev/vuln/GO-2025-4010"
}
],
"release_date": "2025-10-29T22:10:13.435000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url"
},
{
"cve": "CVE-2025-47914",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-11-19T21:01:06.202641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416000"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. The golang.org/x/crypto/ssh/agent library, when used in SSH Agent servers, does not properly validate the size of messages during new identity requests. A specially crafted malformed message can lead to an out-of-bounds read, causing the program to panic and resulting in a denial of service.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "RHBZ#2416000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://go.dev/cl/721960",
"url": "https://go.dev/cl/721960"
},
{
"category": "external",
"summary": "https://go.dev/issue/76364",
"url": "https://go.dev/issue/76364"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4135",
"url": "https://pkg.go.dev/vuln/GO-2025-4135"
}
],
"release_date": "2025-11-19T20:33:43.126000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages"
},
{
"cve": "CVE-2025-58181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-19T21:00:50.197590+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415997"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. SSH servers utilizing `golang.org/x/crypto/ssh` and configured to process GSSAPI authentication requests are susceptible to unbounded memory consumption. An attacker can exploit this by sending specially crafted GSSAPI authentication requests, potentially leading to a denial of service.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "RHBZ#2415997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415997"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://go.dev/cl/721961",
"url": "https://go.dev/cl/721961"
},
{
"category": "external",
"summary": "https://go.dev/issue/76363",
"url": "https://go.dev/issue/76363"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4134",
"url": "https://pkg.go.dev/vuln/GO-2025-4134"
}
],
"release_date": "2025-11-19T20:33:42.795000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@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": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58185",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:25.877898+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407251"
}
],
"notes": [
{
"category": "description",
"text": "A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "RHBZ#2407251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd",
"url": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd"
},
{
"category": "external",
"summary": "https://go.dev/cl/709856",
"url": "https://go.dev/cl/709856"
},
{
"category": "external",
"summary": "https://go.dev/issue/75671",
"url": "https://go.dev/issue/75671"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4011",
"url": "https://pkg.go.dev/vuln/GO-2025-4011"
}
],
"release_date": "2025-10-29T22:10:13.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1"
},
{
"cve": "CVE-2025-58186",
"discovery_date": "2025-10-29T23:01:22.260983+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407250"
}
],
"notes": [
{
"category": "description",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "RHBZ#2407250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407250"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://go.dev/cl/709855",
"url": "https://go.dev/cl/709855"
},
{
"category": "external",
"summary": "https://go.dev/issue/75672",
"url": "https://go.dev/issue/75672"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4012",
"url": "https://pkg.go.dev/vuln/GO-2025-4012"
}
],
"release_date": "2025-10-29T22:10:13.912000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http"
},
{
"cve": "CVE-2025-58187",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:54.130980+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407259"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in golang\u0027s crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "RHBZ#2407259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4",
"url": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4"
},
{
"category": "external",
"summary": "https://go.dev/cl/709854",
"url": "https://go.dev/cl/709854"
},
{
"category": "external",
"summary": "https://go.dev/issue/75681",
"url": "https://go.dev/issue/75681"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4007",
"url": "https://pkg.go.dev/vuln/GO-2025-4007"
}
],
"release_date": "2025-10-29T22:10:12.624000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509"
},
{
"cve": "CVE-2025-58188",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2025-10-29T23:01:39.787633+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407255"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impacts are limited on Red Hat products as they do not affect the host systems.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "RHBZ#2407255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9",
"url": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9"
},
{
"category": "external",
"summary": "https://go.dev/cl/709853",
"url": "https://go.dev/cl/709853"
},
{
"category": "external",
"summary": "https://go.dev/issue/75675",
"url": "https://go.dev/issue/75675"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4013",
"url": "https://pkg.go.dev/vuln/GO-2025-4013"
}
],
"release_date": "2025-10-29T22:10:14.143000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509"
},
{
"cve": "CVE-2025-58189",
"cwe": {
"id": "CWE-117",
"name": "Improper Output Neutralization for Logs"
},
"discovery_date": "2025-10-29T23:01:57.740310+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407260"
}
],
"notes": [
{
"category": "description",
"text": "The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "RHBZ#2407260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407260"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://go.dev/cl/707776",
"url": "https://go.dev/cl/707776"
},
{
"category": "external",
"summary": "https://go.dev/issue/75652",
"url": "https://go.dev/issue/75652"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4008",
"url": "https://pkg.go.dev/vuln/GO-2025-4008"
}
],
"release_date": "2025-10-29T22:10:12.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information"
},
{
"cve": "CVE-2025-58190",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-05T18:01:26.511908+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437110"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "RHBZ#2437110",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437110"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4441",
"url": "https://github.com/golang/vulndb/issues/4441"
},
{
"category": "external",
"summary": "https://go.dev/cl/709875",
"url": "https://go.dev/cl/709875"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4441",
"url": "https://pkg.go.dev/vuln/GO-2026-4441"
}
],
"release_date": "2026-02-05T17:48:44.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net"
},
{
"cve": "CVE-2025-61723",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:29.304260+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407252"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some\ninputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "RHBZ#2407252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b",
"url": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b"
},
{
"category": "external",
"summary": "https://go.dev/cl/709858",
"url": "https://go.dev/cl/709858"
},
{
"category": "external",
"summary": "https://go.dev/issue/75676",
"url": "https://go.dev/issue/75676"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4009",
"url": "https://pkg.go.dev/vuln/GO-2025-4009"
}
],
"release_date": "2025-10-29T22:10:13.220000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem"
},
{
"cve": "CVE-2025-61724",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2025-10-29T23:01:47.202663+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407257"
}
],
"notes": [
{
"category": "description",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "RHBZ#2407257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://go.dev/cl/709859",
"url": "https://go.dev/cl/709859"
},
{
"category": "external",
"summary": "https://go.dev/issue/75716",
"url": "https://go.dev/issue/75716"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4015",
"url": "https://pkg.go.dev/vuln/GO-2025-4015"
}
],
"release_date": "2025-10-29T22:10:14.609000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto"
},
{
"cve": "CVE-2025-61725",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:18.805163+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407249"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: Excessive CPU consumption in ParseAddress in net/mail",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "RHBZ#2407249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://go.dev/cl/709860",
"url": "https://go.dev/cl/709860"
},
{
"category": "external",
"summary": "https://go.dev/issue/75680",
"url": "https://go.dev/issue/75680"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4006",
"url": "https://pkg.go.dev/vuln/GO-2025-4006"
}
],
"release_date": "2025-10-29T22:10:12.255000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/mail: Excessive CPU consumption in ParseAddress in net/mail"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@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": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61727",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-12-03T20:01:21.730501+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418677"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to obtain a leaf certificate with a wildcard SAN (e.g., *.example.com) and the legitimate certificate policy must contain an excluded DNS name constraint (e.g., to prevent issuance for test.example.com), allowing an application using the crypto/x509 package to validate the certificate when it should have been rejected and to be vulnerable to MITM (man-in-the-middle) attacks. Additionally, the attacker does not have full control of what data can be read of modified during the attack. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "RHBZ#2418677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418677"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://go.dev/cl/723900",
"url": "https://go.dev/cl/723900"
},
{
"category": "external",
"summary": "https://go.dev/issue/76442",
"url": "https://go.dev/issue/76442"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4175",
"url": "https://pkg.go.dev/vuln/GO-2025-4175"
}
],
"release_date": "2025-12-03T19:37:15.054000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@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": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61730",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-01-28T20:01:36.508659+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434430"
}
],
"notes": [
{
"category": "description",
"text": "A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The data leak after exploitation of this vulnerability is minor, data such as Handshake message contents that should have been processed only after switching to a stronger TLS 1.3 encryption level, Protocol state details such as which handshake message was processed when, Timing and ordering information about the TLS 1.3 state.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "RHBZ#2434430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434430"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://go.dev/cl/724120",
"url": "https://go.dev/cl/724120"
},
{
"category": "external",
"summary": "https://go.dev/issue/76443",
"url": "https://go.dev/issue/76443"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4340",
"url": "https://pkg.go.dev/vuln/GO-2026-4340"
}
],
"release_date": "2026-01-28T19:30:30.986000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-68119",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:57.098669+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434438"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate severity by Red Hat Product Security, because exploitation requires non-standard and intentional user behavior. \n\nThe attacker must explicitly supply a specially crafted module version string, which does not occur during normal Go module usage such as @latest or standard module paths, making the attack complexity high. \n\nAdditionally, user interaction is required, as the vulnerable behavior is only triggered when a user manually invokes the Go toolchain to download or build the malicious module.\n \nWhile successful exploitation can result in local code execution or arbitrary file modification, the combination of local access, manual input, and uncommon usage patterns significantly limits the likelihood of exploitation in typical environments.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "RHBZ#2434438",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434438"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://go.dev/cl/736710",
"url": "https://go.dev/cl/736710"
},
{
"category": "external",
"summary": "https://go.dev/issue/77099",
"url": "https://go.dev/issue/77099"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4338",
"url": "https://pkg.go.dev/vuln/GO-2026-4338"
}
],
"release_date": "2026-01-28T19:30:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@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": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@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": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27138",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:35.939008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445344"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those that use TLS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Panic in name constraint checking for malformed certificates in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27138"
},
{
"category": "external",
"summary": "RHBZ#2445344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27138"
},
{
"category": "external",
"summary": "https://go.dev/cl/752183",
"url": "https://go.dev/cl/752183"
},
{
"category": "external",
"summary": "https://go.dev/issue/77953",
"url": "https://go.dev/issue/77953"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4600",
"url": "https://pkg.go.dev/vuln/GO-2026-4600"
}
],
"release_date": "2026-03-06T21:28:14+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "crypto/x509: Panic in name constraint checking for malformed certificates in crypto/x509"
},
{
"cve": "CVE-2026-27139",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-06T22:01:08.670782+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445335"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: FileInfo can escape from a Root in golang os module",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "RHBZ#2445335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://go.dev/cl/749480",
"url": "https://go.dev/cl/749480"
},
{
"category": "external",
"summary": "https://go.dev/issue/77827",
"url": "https://go.dev/issue/77827"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4602",
"url": "https://pkg.go.dev/vuln/GO-2026-4602"
}
],
"release_date": "2026-03-06T21:28:14.451000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "os: FileInfo can escape from a Root in golang os module"
},
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-26T20:09:11.626155+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "RHBZ#2443104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://go.dev/cl/746180",
"url": "https://go.dev/cl/746180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77652",
"url": "https://go.dev/issue/77652"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4559",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"release_date": "2026-02-26T18:50:31.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames"
},
{
"cve": "CVE-2026-27142",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-03-06T22:01:56.662646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445351"
}
],
"notes": [
{
"category": "description",
"text": "An input escaping flaw has been discovered in the golang html/template module. Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value \"refresh\". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escaping URLs in actions in the meta content attribute which follow \"url=\" by setting htmlmetacontenturlescape=0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: URLs in meta content attribute actions are not escaped in html/template",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27142"
},
{
"category": "external",
"summary": "RHBZ#2445351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445351"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"category": "external",
"summary": "https://go.dev/cl/752081",
"url": "https://go.dev/cl/752081"
},
{
"category": "external",
"summary": "https://go.dev/issue/77954",
"url": "https://go.dev/issue/77954"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4603",
"url": "https://pkg.go.dev/vuln/GO-2026-4603"
}
],
"release_date": "2026-03-06T21:28:14.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "html/template: URLs in meta content attribute actions are not escaped in html/template"
},
{
"cve": "CVE-2026-27143",
"cwe": {
"id": "CWE-733",
"name": "Compiler Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2026-04-08T02:01:29.491546+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: possible memory corruption after bound check elimination",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable in applications that contain a loop structure that relies on an induction variable. An induction variable is a variable that gets modified, usually incremented or decremented, by a predictable amount on each iteration. Inside the loop, the induction variable must be directly used as the index to access or modify elements within an array or a slice. Additionally, an attacker must be able to cause an integer overflow or underflow in the induction variable to trigger this issue. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "RHBZ#2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://go.dev/cl/763765",
"url": "https://go.dev/cl/763765"
},
{
"category": "external",
"summary": "https://go.dev/issue/78333",
"url": "https://go.dev/issue/78333"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4868",
"url": "https://pkg.go.dev/vuln/GO-2026-4868"
}
],
"release_date": "2026-04-08T01:06:57.168000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly sanitize and enforce bounds checking on any untrusted user input that influences loop counters, iteration limits, or memory indices. If there is no integer overflow or underflow, the out-of-bounds access cannot occur.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: possible memory corruption after bound check elimination"
},
{
"cve": "CVE-2026-27144",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2026-04-08T02:01:22.896153+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: no-op interface conversion bypasses overlap checking",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications that contain a memory move or copy operation that is subject to a no-op (no-operation) interface conversion. Furthermore, the source and destination memory addresses involved in the move or copy must overlap and an attacker must be able to supply an input that triggers this specific operation. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "RHBZ#2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://go.dev/cl/763764",
"url": "https://go.dev/cl/763764"
},
{
"category": "external",
"summary": "https://go.dev/issue/78371",
"url": "https://go.dev/issue/78371"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4867",
"url": "https://pkg.go.dev/vuln/GO-2026-4867"
}
],
"release_date": "2026-04-08T01:06:56.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this issue, review code that performs memory copies or struct assignments. If data is being passed through an interface (such as \u0027any\u0027 or \u0027interface{}\u0027) just before a move operation, refactor the code to use concrete types or explicit pointers instead.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: no-op interface conversion bypasses overlap checking"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"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 Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-32288",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:00:57.624222+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the \"old GNU sparse map\" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "RHBZ#2456332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://go.dev/cl/763766",
"url": "https://go.dev/cl/763766"
},
{
"category": "external",
"summary": "https://go.dev/issue/78301",
"url": "https://go.dev/issue/78301"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4869",
"url": "https://pkg.go.dev/vuln/GO-2026-4869"
}
],
"release_date": "2026-04-08T01:06:57.416000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive"
},
{
"cve": "CVE-2026-32289",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-04-08T02:01:05.911683+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456334"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "RHBZ#2456334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456334"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://go.dev/cl/763762",
"url": "https://go.dev/cl/763762"
},
{
"category": "external",
"summary": "https://go.dev/issue/78331",
"url": "https://go.dev/issue/78331"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4865",
"url": "https://pkg.go.dev/vuln/GO-2026-4865"
}
],
"release_date": "2026-04-08T01:06:56.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals"
},
{
"cve": "CVE-2026-33809",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-25T19:01:55.384019+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "RHBZ#2451437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33809",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://go.dev/cl/757660",
"url": "https://go.dev/cl/757660"
},
{
"category": "external",
"summary": "https://go.dev/issue/78267",
"url": "https://go.dev/issue/78267"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4815",
"url": "https://pkg.go.dev/vuln/GO-2026-4815"
}
],
"release_date": "2026-03-25T18:24:04.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
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.